Skip to content

Commit 1c74699

Browse files
geekosaurulysses4ever
authored andcommitted
add ghc 9.12.1 to sdist check list
For 3.14 branch which ships with it. (cherry picked from commit bddd03f)
1 parent ce26c3c commit 1c74699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# release of a corresponding Cabal and friends. it can also be short since it's
3131
# highly unlikely that we are releasing really old branches.
3232
ghc:
33-
["9.10.1", "9.8.1", "9.6.1"]
33+
["9.12.1", "9.10.1", "9.8.1", "9.6.1"]
3434

3535
steps:
3636

0 commit comments

Comments
 (0)