Skip to content

Commit

Permalink
CI: Add ghc-9.10 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 12, 2024
1 parent 41d5b8c commit c354431
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, ghc98]
compiler-nix-name: [ghc810, ghc96, ghc98, ghc910]
include:
# We want a single job, because macOS runners are scarce.
- os: macos-latest
Expand Down

0 comments on commit c354431

Please sign in to comment.