We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8725277 commit 1179575Copy full SHA for 1179575
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: [macos-latest, ubuntu-latest, windows-latest]
15
- ghc: [8.10.7, 9.4.7, 9.6.2, 9.8.2]
+ ghc: [8.10.7, 9.4.8, 9.6.4, 9.8.2]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- name: Checkout
@@ -45,6 +45,9 @@ jobs:
45
ghcup install ghc ${{ matrix.ghc }}
46
ghcup set ghc ${{ matrix.ghc }}
47
48
+ # This is a prefetched, fallback HLS version.
49
+ # We want to make sure, we still support old GHC versions
50
+ # and graciously fallback to an HLS version that supports the old GHC version, such as 8.10.7
51
ghcup install hls 2.2.0.0
52
ghcup install hls latest
53
shell: bash
0 commit comments