File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ jobs:
55
55
- { os: windows-latest, shell: "C:/msys64/usr/bin/bash.exe -e {0}" }
56
56
- { os: ubuntu-22.04, shell: bash }
57
57
- { 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.
61
58
ghc :
62
59
[
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.
63
63
" 9.12.2" ,
64
64
" 9.10.2" ,
65
65
" 9.8.4" ,
@@ -251,7 +251,7 @@ jobs:
251
251
strategy :
252
252
matrix :
253
253
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"]
255
255
# # GHC 7.10.3 does not install on ubuntu-22.04 with ghcup.
256
256
# # Older GHCs are not supported by ghcup in the first place.
257
257
fail-fast : false
You can’t perform that action at this time.
0 commit comments