Skip to content

Commit

Permalink
Test hls 1.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent e17a788 commit 0759f84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
command: ghc --version
- plugin: hls
command: haskell-language-server-wrapper --version
- plugin: hls
version: 1.6.1.0
command: haskell-language-server-wrapper --version
- plugin: stack
command: stack --version
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: asdf-vm/actions/plugin-test@v3
with:
plugin: ${{ matrix.test.plugin }}
command: ${{ matrix.test.command }}
plugin: ${{ matrix.test.plugin }}
version: ${{ matrix.test.version || 'latest' ||

0 comments on commit 0759f84

Please sign in to comment.