Skip to content

Commit 2b166b8

Browse files
authored
Merge pull request haskell#10893 from haskell/wip/recent-ghc-versions
ci: Use ghc-9.12.2 and ghc-9.6.7
2 parents 8b9b6a3 + ce1d512 commit 2b166b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ jobs:
6060
# support, so the PR *must* have a changelog entry.
6161
ghc:
6262
[
63-
"9.12.1",
63+
"9.12.2",
6464
"9.10.1",
6565
"9.8.4",
66-
"9.6.6",
66+
"9.6.7",
6767
"9.4.8",
6868
"9.2.8",
6969
"9.0.2",

0 commit comments

Comments
 (0)