From 77b61222b01af670f16a16b042982af47897a10d Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Fri, 11 Mar 2022 17:56:35 -0500 Subject: [PATCH] CI: bump compiler test matrix --- .github/workflows/ci.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f2af01..b896fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,13 @@ jobs: strategy: matrix: os: [ubuntu-latest] - cabal: ["3.2"] + cabal: ["3.6"] ghc: - - "8.0.2" - - "8.2.2" - - "8.4.2" - - "8.10.4" + - "8.6.5" + - "8.8.4" + - "8.10.7" + - "9.0.2" + - "9.2.1" steps: - uses: actions/checkout@v2 @@ -63,8 +64,8 @@ jobs: # only test stack with one OS and one GHC version; if it works with # cabal, it probably also works with stack. matrix: - stack: ["2.3.1"] - ghc: ["8.0.2"] + stack: ["2.7.3"] + ghc: ["8.10.7"] steps: - uses: actions/checkout@v2