From 773fe56110aa141b9cf8fd62814bd40081ab527c Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Wed, 7 Feb 2024 09:49:04 +1100 Subject: [PATCH] CI: Add ghc-9.8 to build matrix --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e9bf9a8efc..affd28b6fe 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -20,7 +20,7 @@ jobs: # We want a single job, because macOS runners are scarce. - os: macos-latest cabal: "3.10.2.1" - ghc: "9.6.4" + ghc: [ "9.6.4", "9.8.1" ] env: # Modify this value to "invalidate" the cabal cache.