Skip to content

Commit 94c70b5

Browse files
committed
GitHub CI: Update GHC 9.8 to 9.8.4
and 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
1 parent 7086073 commit 94c70b5

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
71+
hls: 2.9.0.1
72+
- version: 9.8.4
73+
hls: 2.9.0.1
7474
- version: 9.10.1
75-
hls:
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
89+
hls: 2.9.0.1
90+
- version: 9.8.4
91+
hls: 2.9.0.1
9292
- version: 9.10.1
93-
hls:
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)