From 3838c625fc5fb9301a3c782f7b5a7c07c53a5ede Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 21 Nov 2023 16:29:47 +1100 Subject: [PATCH] CI: Add ghc-9.8.1 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 77287cdf..5d747602 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.2.7", "9.6.1"] + ghc: ["8.10.7", "9.2.7", "9.6.3", "9.8.1"] os: [ubuntu-latest, macos-latest, windows-latest] cabal: ["3.10.1.0"]