Skip to content

Commit

Permalink
Merge pull request #1861 from GaloisInc/ci-prelude-sawcore
Browse files Browse the repository at this point in the history
[CI] Bump cabal version
  • Loading branch information
m-yac authored Apr 20, 2023
2 parents fad48d8 + 7e23fc2 commit 5df5615
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-latest]
cabal: ["3.8.1.0"]
cabal: ["3.10.1.0"]
ghc: ["8.8.4", "8.10.7", "9.2.7"]
run-tests: [true]
include:
Expand All @@ -77,18 +77,18 @@ jobs:
# tests with the newest LTS release, we won't bother testing this one.
- os: ubuntu-20.04
ghc: "8.10.7"
cabal: "3.8.1.0"
cabal: "3.10.1.0"
run-tests: false
exclude:
# Exclude 8.8 on macOS 12 due to
# https://gitlab.haskell.org/ghc/ghc/-/issues/18446
- os: macos-12
ghc: "8.8.4"
cabal: "3.8.1.0"
cabal: "3.10.1.0"
run-tests: true
- os: windows-latest
ghc: "8.8.4"
cabal: "3.8.1.0"
cabal: "3.10.1.0"
run-tests: true
outputs:
cabal-test-suites-json: ${{ steps.cabal-test-suites.outputs.targets-json }}
Expand Down

0 comments on commit 5df5615

Please sign in to comment.