Skip to content

Commit f3f304f

Browse files
authored
Update CI (#1572)
* Update CI * no 912 yet * hmm
1 parent ac0a869 commit f3f304f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/haskell.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,23 +45,23 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
cabal: ["3.10"]
48+
cabal: ["3.12"]
4949
ghc:
50-
- "8.8.4"
51-
- "8.10.7"
52-
- "9.0.2"
53-
- "9.2.7"
54-
- "9.4.5"
55-
- "9.6.5"
56-
include:
57-
- ghc: "9.10.1"
58-
cabal: "3.12"
50+
- "8.8"
51+
- "8.10"
52+
- "9.0"
53+
- "9.2"
54+
- "9.4"
55+
- "9.6"
56+
# - "9.8"
57+
- "9.10"
58+
# - "9.12"
5959

6060
env:
6161
CONFIG: "--enable-tests --enable-benchmarks"
6262
steps:
6363
- uses: actions/checkout@v2
64-
- uses: haskell/actions/setup@v2
64+
- uses: haskell-actions/setup@v2
6565
id: setup-haskell-cabal
6666
with:
6767
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)