Skip to content

Commit 1179575

Browse files
committed
Update GHC versions in the CI
1 parent 8725277 commit 1179575

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [macos-latest, ubuntu-latest, windows-latest]
15-
ghc: [8.10.7, 9.4.7, 9.6.2, 9.8.2]
15+
ghc: [8.10.7, 9.4.8, 9.6.4, 9.8.2]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout
@@ -45,6 +45,9 @@ jobs:
4545
ghcup install ghc ${{ matrix.ghc }}
4646
ghcup set ghc ${{ matrix.ghc }}
4747
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
4851
ghcup install hls 2.2.0.0
4952
ghcup install hls latest
5053
shell: bash

0 commit comments

Comments
 (0)