From d6fa219478cd4893f8cbd55e42f45ae04dbaefcb Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 14 Jan 2025 14:30:58 +1100 Subject: [PATCH] CI: Add ghc-9.12 to the 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 08ff08bb..34ae75bf 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10", "9.2", "9.4", "9.6", "9.8", "9.10"] + ghc: ["8.10", "9.2", "9.4", "9.6", "9.8", "9.10", "9.12"] os: [ubuntu-latest, macos-latest, windows-latest] defaults: