Skip to content

Commit

Permalink
Update CI matrix (incl. adding GHC 9.6.1/Cabal 3.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 22, 2023
1 parent 5a67be3 commit b8fc161
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
cabal: ["3.6"]
cabal: ["3.8"]
ghc:
- "8.4.4"
- "8.6.5"
- "8.8.4"
- "8.10.7"
- "9.0.2"
- "9.2.4"
- "9.4.1"
- "9.2.7"
- "9.4.4"
include:
- ghc: "9.6.1"
cabal: "3.10"

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

0 comments on commit b8fc161

Please sign in to comment.