Skip to content

Commit c610aff

Browse files
committed
CI: Update GHC patch versions and HLS
Latest GHC 9.6 is now 9.6.7. Latest GHC 9.12 is now 9.12.2. And all of the tested GHC minor versions (9.4, 9.6, 9.8, 9.10. 9.12) are now supported by HLS 2.10.0.0.
1 parent 89ae88c commit c610aff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
uses: ./.github/workflows/build-and-test-ubuntu.yml
4343
with:
4444
os: ${{ matrix.os }}
45-
ghc_version: 9.6.6
46-
hls_version: 2.9.0.1
45+
ghc_version: 9.6.7
46+
hls_version: 2.10.0.0
4747
secrets: inherit
4848

4949
build-and-test-macos:
@@ -55,8 +55,8 @@ jobs:
5555
uses: ./.github/workflows/build-and-test-macos.yml
5656
with:
5757
os: ${{ matrix.os }}
58-
ghc_version: 9.6.6
59-
hls_version: 2.9.0.1
58+
ghc_version: 9.6.7
59+
hls_version: 2.10.0.0
6060
secrets: inherit
6161

6262
# ------------------------------
@@ -68,13 +68,13 @@ jobs:
6868
matrix:
6969
ghc:
7070
- version: 9.4.8
71-
hls: 2.9.0.1
71+
hls: 2.10.0.0
7272
- version: 9.8.4
73-
hls:
73+
hls: 2.10.0.0
7474
- version: 9.10.1
75-
hls: 2.9.0.1
76-
- version: 9.12.1
77-
hls:
75+
hls: 2.10.0.0
76+
- version: 9.12.2
77+
hls: 2.10.0.0
7878
fail-fast: false
7979
name: "Build/Test: GHC Ubuntu"
8080
uses: ./.github/workflows/build-and-test-ubuntu.yml
@@ -89,13 +89,13 @@ jobs:
8989
matrix:
9090
ghc:
9191
- version: 9.4.8
92-
hls: 2.9.0.1
92+
hls: 2.10.0.0
9393
- version: 9.8.4
94-
hls:
94+
hls: 2.10.0.0
9595
- version: 9.10.1
96-
hls: 2.9.0.1
97-
- version: 9.12.1
98-
hls:
96+
hls: 2.10.0.0
97+
- version: 9.12.2
98+
hls: 2.10.0.0
9999
fail-fast: false
100100
name: "Build/Test: GHC macOS"
101101
uses: ./.github/workflows/build-and-test-macos.yml

0 commit comments

Comments
 (0)