From 7b6c868d35eaf9dd65d1de68b2aa67e941413799 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 6 Jan 2025 12:08:14 +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 a04c6f6..54134bd 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ["8.10.7", "9.2.8", "9.6.5", "9.8.2", "9.10.1"] + ghc: ["8.10.7", "9.2.8", "9.6", "9.8", "9.10", "9.12"] os: [ubuntu-latest, macos-13, windows-latest] steps: