From 736cc9f2e185fc244a9a3f9f09607d90eb67041a Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 16 Dec 2024 07:59:02 +1100 Subject: [PATCH] CI: Add ghc 9.12 to the build matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b3f1374d..c3fe8ffc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] cabal: ["3.10.1.0"] - ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2.7", "9.4.4", "9.8.2", "9.10.1"] + ghc: ["8.2.2", "8.4.4", "8.6.5", "8.8.4", "8.10.7", "9.2", "9.4", "9.8", "9.10", "9.12"] exclude: # https://github.com/haskell/text/pull/404 - os: windows-latest