Skip to content

Commit

Permalink
CI: Add ghc-9.8 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 6, 2024
1 parent 1fe0c11 commit 773fe56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# We want a single job, because macOS runners are scarce.
- os: macos-latest
cabal: "3.10.2.1"
ghc: "9.6.4"
ghc: [ "9.6.4", "9.8.1" ]

env:
# Modify this value to "invalidate" the cabal cache.
Expand Down

0 comments on commit 773fe56

Please sign in to comment.