Skip to content

Commit

Permalink
GitHub CI: Update GHC 9.8 to 9.8.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
quark17 committed Dec 4, 2024
1 parent 7086073 commit 919cb90
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
matrix:
ghc:
- version: 9.4.8
hls: 2.7.0.0
- version: 9.8.2
hls: 2.7.0.0
- version: 9.10.1
hls: 2.9.0.1
- version: 9.8.4
hls:
- version: 9.10.1
hls: 2.9.0.1
name: "Build/Test: GHC Ubuntu"
uses: ./.github/workflows/build-and-test-ubuntu.yml
with:
Expand All @@ -86,11 +86,11 @@ jobs:
matrix:
ghc:
- version: 9.4.8
hls: 2.7.0.0
- version: 9.8.2
hls: 2.7.0.0
- version: 9.10.1
hls: 2.9.0.1
- version: 9.8.4
hls:
- version: 9.10.1
hls: 2.9.0.1
name: "Build/Test: GHC macOS"
uses: ./.github/workflows/build-and-test-macos.yml
with:
Expand Down

0 comments on commit 919cb90

Please sign in to comment.