We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0a869 commit f3f304fCopy full SHA for f3f304f
.github/workflows/haskell.yml
@@ -45,23 +45,23 @@ jobs:
45
runs-on: ubuntu-latest
46
strategy:
47
matrix:
48
- cabal: ["3.10"]
+ cabal: ["3.12"]
49
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"
+ - "8.8"
+ - "8.10"
+ - "9.0"
+ - "9.2"
+ - "9.4"
+ - "9.6"
+ # - "9.8"
+ - "9.10"
+ # - "9.12"
59
60
env:
61
CONFIG: "--enable-tests --enable-benchmarks"
62
steps:
63
- uses: actions/checkout@v2
64
- - uses: haskell/actions/setup@v2
+ - uses: haskell-actions/setup@v2
65
id: setup-haskell-cabal
66
with:
67
ghc-version: ${{ matrix.ghc }}
0 commit comments