Skip to content

Commit cc0cabe

Browse files
authored
CI: add GHC 8.6.5 to validate-old-ghcs
fix #11073
1 parent 9a343d1 commit cc0cabe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ jobs:
5555
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
5656
- { os: ubuntu-22.04, shell: bash }
5757
- { os: macos-latest, shell: bash }
58-
# If you remove something from here, then add it to the old-ghcs job.
59-
# Also a removed GHC from here means that we are actually dropping
60-
# support, so the PR *must* have a changelog entry.
6158
ghc:
6259
[
60+
# IMPORTANT: If you remove a version from this list, then add it to the old-ghcs job below.
61+
# Also a removed GHC from here means that we are actually dropping
62+
# support, so the PR *must* have a changelog entry.
6363
"9.12.2",
6464
"9.10.2",
6565
"9.8.4",
@@ -251,7 +251,7 @@ jobs:
251251
strategy:
252252
matrix:
253253
extra-ghc:
254-
["8.4.4", "8.2.2", "8.0.2"]
254+
["8.6.5", "8.4.4", "8.2.2", "8.0.2"]
255255
## GHC 7.10.3 does not install on ubuntu-22.04 with ghcup.
256256
## Older GHCs are not supported by ghcup in the first place.
257257
fail-fast: false

0 commit comments

Comments
 (0)