Skip to content

Commit 919cb90

Browse files
committed
GitHub CI: Update GHC 9.8 to 9.8.4
Also bump the HLS version to 2.9.0.1 for all of the GHC versions, including enabling HLS testing for 9.10 now that it's supported, but leaving HLS for 9.8.4 disabled because it's too new
1 parent 7086073 commit 919cb90

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
matrix:
6969
ghc:
7070
- version: 9.4.8
71-
hls: 2.7.0.0
72-
- version: 9.8.2
73-
hls: 2.7.0.0
74-
- version: 9.10.1
71+
hls: 2.9.0.1
72+
- version: 9.8.4
7573
hls:
74+
- version: 9.10.1
75+
hls: 2.9.0.1
7676
name: "Build/Test: GHC Ubuntu"
7777
uses: ./.github/workflows/build-and-test-ubuntu.yml
7878
with:
@@ -86,11 +86,11 @@ jobs:
8686
matrix:
8787
ghc:
8888
- version: 9.4.8
89-
hls: 2.7.0.0
90-
- version: 9.8.2
91-
hls: 2.7.0.0
92-
- version: 9.10.1
89+
hls: 2.9.0.1
90+
- version: 9.8.4
9391
hls:
92+
- version: 9.10.1
93+
hls: 2.9.0.1
9494
name: "Build/Test: GHC macOS"
9595
uses: ./.github/workflows/build-and-test-macos.yml
9696
with:

0 commit comments

Comments
 (0)