From c08f0701236c3383d23db869ad536feb058ba8cd Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 18 Apr 2023 09:15:35 -0400 Subject: [PATCH] CI: Test GHC 9.2.7 and 9.4.4, drop 8.8.4 and 9.0.2 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0627ddb..a2d376b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ghc-ver: ["8.8.4", "8.10.7", "9.0.2", "9.2.2"] - cabal: ["3.6.2.0"] + ghc-ver: ["8.10.7", "9.2.7", "9.4.4"] + cabal: ["3.8.1.0"] # complete all jobs fail-fast: false name: macaw-loader - GHC v${{ matrix.ghc-ver }} - ubuntu-latest