Skip to content

Commit 89e6c9b

Browse files
Update cabal.yml
1 parent 63520f6 commit 89e6c9b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cabal.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
strategy:
2121
matrix:
2222
plan:
23-
- { ghc: "8.10.4", cabal: "3.2.1" }
24-
- { ghc: "9.2.4", cabal: "3.6.3" }
23+
- { ghc: "8.10.4" }
24+
- { ghc: "9.2.4" }
2525
env:
2626
CONFIG: "--enable-tests --enable-benchmarks"
2727
steps:
@@ -32,7 +32,6 @@ jobs:
3232
id: setup-haskell-cabal
3333
with:
3434
ghc-version: ${{ matrix.plan.ghc }}
35-
cabal-version: ${{ matrix.plan.cabal }}
3635
- run: cabal v2-update
3736
- run: cabal v2-freeze $CONFIG
3837
- uses: actions/cache@v2

0 commit comments

Comments
 (0)