Skip to content

Commit 13e0e6d

Browse files
Update cabal.yml
1 parent e233f9d commit 13e0e6d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/cabal.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
plan:
23-
# - { ghc: "8.2.2", cabal: "2.4.0.1" }
24-
- { ghc: "8.4.4", cabal: "2.4.0.1" }
25-
- { ghc: "8.6.5", cabal: "2.4.0.1" }
26-
- { ghc: "8.8.3", cabal: "3.0.1" }
27-
- { ghc: "8.10.1", cabal: "3.2" }
23+
- { ghc: "8.10.4", cabal: "3.2.1" }
24+
- { ghc: "9.2.4", cabal: "3.6.3" }
2825
env:
2926
CONFIG: "--enable-tests --enable-benchmarks"
3027
steps:
@@ -47,4 +44,4 @@ jobs:
4744
restore-keys: |
4845
${{ runner.os }}-${{ matrix.plan.ghc }}-
4946
- run: cabal v2-build $CONFIG
50-
- run: cabal v2-test $CONFIG
47+
- run: cabal v2-test $CONFIG

0 commit comments

Comments
 (0)