Skip to content

Commit ed46e24

Browse files
committed
add ghc 9.12.1 to sdist check list
For 3.14 branch which ships with it. (cherry picked from commit bddd03f)
1 parent 2b79e1e commit ed46e24

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)