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 Jul 10, 2024
1 parent 7de747b commit fd790f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
include:
- ghc: "9.6.1"
cabal: "3.10"
include:
- ghc: "9.10.1"
cabal: "3.12"

env:
CONFIG: "--enable-tests --enable-benchmarks"
Expand Down

0 comments on commit fd790f8

Please sign in to comment.