From c0319381d4437c8a6d673af3df779fa80ecba781 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 8fc201a1..89c57572 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: