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 Dec 3, 2024
1 parent 0d7c581 commit 463cd91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
flags: "-fUnsafeChecks -fInternalChecks" }
- { cabal: "3.12", os: ubuntu-22.04, ghc: "9.8.2" }
- { cabal: "3.12", os: ubuntu-22.04, ghc: "9.10.1" }
- { cabal: "3.12", os: ubuntu-22.04, ghc: "9.12.1" }
# Win
- { cabal: "3.12", os: windows-latest, ghc: "8.4.4" }
# OOM when building tests
Expand Down

0 comments on commit 463cd91

Please sign in to comment.