Skip to content

Commit

Permalink
CI: Add ghc 9.12 to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 28, 2025
1 parent 226d273 commit 34e9c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ["8.10.7", "9.6.6", "9.10.1"]
ghc: ["8.10.7", "9.6.6", "9.10.1", "9.12"]
variant: [default, no-thunks]
test-set: [all, no-thunks-safe]
exclude:
Expand Down

0 comments on commit 34e9c43

Please sign in to comment.