Skip to content

Commit

Permalink
chore: Test GHC 9.8.2
Browse files Browse the repository at this point in the history
This a stable release supported by the GHC team.
  • Loading branch information
supersven committed Oct 18, 2024
1 parent dc2314a commit 13ee865
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.6.2
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.6.2
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.6
compilerKind: ghc
compilerVersion: 9.6.6
Expand Down

0 comments on commit 13ee865

Please sign in to comment.