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 authored and sgillespie committed Jul 17, 2024
1 parent 1e9fb72 commit b1d7cf8
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 @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
compiler-nix-name: [ghc810, ghc96]
compiler-nix-name: [ghc810, ghc96, ghc98]
include:
# We want a single job, because macOS runners are scarce.
- os: macos-latest
Expand Down

0 comments on commit b1d7cf8

Please sign in to comment.