From 77f64491338da009665a93e9efd9103cbaec9d94 Mon Sep 17 00:00:00 2001 From: Matthew Yacavone Date: Wed, 19 Apr 2023 15:55:02 -0400 Subject: [PATCH 1/2] bump cabal version in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ad4f84484..cde7035f30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: From 7e23fc290a43951077e45e25ec7337c051da274c Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 20 Apr 2023 07:18:32 -0400 Subject: [PATCH 2/2] CI: Specify 3.10.1.0 consistently --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cde7035f30..6c27e27ba4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}