Skip to content

Commit

Permalink
GitHub CI: Update GHC to 9.6.6 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
quark17 committed Aug 10, 2024
1 parent 9a97f9d commit 06e51cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
uses: ./.github/workflows/build-and-test-ubuntu.yml
with:
os: ${{ matrix.os }}
ghc_version: 9.6.5
hls_version: 2.8.0.0
ghc_version: 9.6.6
hls_version: 2.9.0.1
secrets: inherit

build-and-test-macos:
Expand All @@ -55,8 +55,8 @@ jobs:
uses: ./.github/workflows/build-and-test-macos.yml
with:
os: ${{ matrix.os }}
ghc_version: 9.6.5
hls_version: 2.8.0.0
ghc_version: 9.6.6
hls_version: 2.9.0.1
secrets: inherit

# ------------------------------
Expand Down

0 comments on commit 06e51cc

Please sign in to comment.