Skip to content

Commit 5df5615

Browse files
authored
Merge pull request #1861 from GaloisInc/ci-prelude-sawcore
[CI] Bump cabal version
2 parents fad48d8 + 7e23fc2 commit 5df5615

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
os: [ubuntu-22.04, macos-12, windows-latest]
71-
cabal: ["3.8.1.0"]
71+
cabal: ["3.10.1.0"]
7272
ghc: ["8.8.4", "8.10.7", "9.2.7"]
7373
run-tests: [true]
7474
include:
@@ -77,18 +77,18 @@ jobs:
7777
# tests with the newest LTS release, we won't bother testing this one.
7878
- os: ubuntu-20.04
7979
ghc: "8.10.7"
80-
cabal: "3.8.1.0"
80+
cabal: "3.10.1.0"
8181
run-tests: false
8282
exclude:
8383
# Exclude 8.8 on macOS 12 due to
8484
# https://gitlab.haskell.org/ghc/ghc/-/issues/18446
8585
- os: macos-12
8686
ghc: "8.8.4"
87-
cabal: "3.8.1.0"
87+
cabal: "3.10.1.0"
8888
run-tests: true
8989
- os: windows-latest
9090
ghc: "8.8.4"
91-
cabal: "3.8.1.0"
91+
cabal: "3.10.1.0"
9292
run-tests: true
9393
outputs:
9494
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}

0 commit comments

Comments
 (0)