Skip to content

Commit f12fc0a

Browse files
committed
CI: Add ghc-9.10 to the build matrix
1 parent c706fc3 commit f12fc0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
cabal: ["3.8"]
48+
cabal: ["3.10"]
4949
ghc:
5050
- "8.4.4"
5151
- "8.6.5"
@@ -54,9 +54,10 @@ jobs:
5454
- "9.0.2"
5555
- "9.2.7"
5656
- "9.4.5"
57+
- "9.6.5"
5758
include:
58-
- ghc: "9.6.1"
59-
cabal: "3.10"
59+
- ghc: "9.10.1"
60+
cabal: "3.12"
6061

6162
env:
6263
CONFIG: "--enable-tests --enable-benchmarks"

0 commit comments

Comments
 (0)