From 81e75bd16cb6aed4263c8710a2fdb274cafa99c1 Mon Sep 17 00:00:00 2001 From: Sebastian Witte Date: Wed, 27 Dec 2023 13:28:21 +0100 Subject: [PATCH] Add ghc 9.8 for cabal 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 4d6b881..9ac497a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,9 +43,9 @@ jobs: strategy: matrix: ghc_version: - - '9.2' - '9.4' - '9.6' + - '9.8' name: 'cabal_test: ghc-${{ matrix.ghc_version }}' runs-on: ubuntu-latest