From 17087b6156aebfff7f7d574105ae1bd6ad3c8107 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 14 Oct 2023 11:37:55 -1000 Subject: [PATCH] Add GHC 9.8.1 to the cabal CI (#57) Signed-off-by: Mihai Maruseac --- .github/workflows/presubmit-cabal.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit-cabal.yaml b/.github/workflows/presubmit-cabal.yaml index 20378ae..3633ea2 100644 --- a/.github/workflows/presubmit-cabal.yaml +++ b/.github/workflows/presubmit-cabal.yaml @@ -17,7 +17,7 @@ jobs: fail-fast: false # don't cancel other jobs if one fails matrix: os: [ubuntu-latest, macos-latest, windows-latest] - ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.3] + ghc: [8.10.7, 9.0.2, 9.2.8, 9.4.7, 9.6.3, 9.8.1] steps: - name: Checkout code uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0