From bddd03f1e7a3c798107fa1560a6d6429d9275393 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Wed, 18 Dec 2024 18:23:22 -0500 Subject: [PATCH] add ghc 9.12.1 to sdist check list For 3.14 branch which ships with it. --- .github/workflows/check-sdist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-sdist.yml b/.github/workflows/check-sdist.yml index 70d76cdfe77..f9349238310 100644 --- a/.github/workflows/check-sdist.yml +++ b/.github/workflows/check-sdist.yml @@ -47,7 +47,7 @@ jobs: # release of a corresponding Cabal and friends. it can also be short since it's # highly unlikely that we are releasing really old branches. ghc: - ["9.10.1", "9.8.1", "9.6.1"] + ["9.12.1", "9.10.1", "9.8.1", "9.6.1"] steps: