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 18, 2024
1 parent fc33df8 commit 36b14bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.8"]
cabal: ["3.10"]
ghc:
- "8.4.4"
- "8.6.5"
Expand All @@ -54,9 +54,10 @@ jobs:
- "9.0.2"
- "9.2.7"
- "9.4.5"
- "9.6.5"
include:
- ghc: "9.6.1"
cabal: "3.10"
- ghc: "9.10.1"
cabal: "3.12"

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

0 comments on commit 36b14bd

Please sign in to comment.