Skip to content

Commit cf22b35

Browse files
authored
Merge pull request #10650 from geekosaur/sdist-9.12
add ghc 9.12.1 to sdist check list
2 parents 5ec4dd1 + bddd03f commit cf22b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-sdist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# release of a corresponding Cabal and friends. it can also be short since it's
4848
# highly unlikely that we are releasing really old branches.
4949
ghc:
50-
["9.10.1", "9.8.1", "9.6.1"]
50+
["9.12.1", "9.10.1", "9.8.1", "9.6.1"]
5151

5252
steps:
5353

0 commit comments

Comments
 (0)