From ff848c9525df0fc8f1aa02637465742b63cccd02 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Thu, 18 Jan 2024 18:27:52 +0100 Subject: [PATCH] CI: Drop support of GHC 8, add support GHC 9.4, 9.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da65877..9fd7e0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2"] - cabal: ["3.6.2.0"] + ghc: ["8.10.7", "9.0.2", "9.4", "9.6"] + cabal: ["3.10.2.1"] os: [ubuntu-latest, macOS-latest] name: build and test (cabal) steps: