File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,20 @@ jobs:
1414 matrix :
1515 os : [ubuntu-latest, macOS-latest]
1616 ghc :
17- - " 8.6.5"
18- - " 8.8.4"
19- - " 8.10.7"
20- - " 9.0.2"
21- - " 9.2.8"
22- - " 9.4.8"
23- - " 9.6.6"
24- - " 9.8.4"
25- - " 9.10.1"
26- # exclude:
27- # - os: macOS-latest
28- # ghc: 8.8.3
17+ # - "8.6.5"
18+ # - "8.8.4"
19+ # - "8.10.7"
20+ - " 9.0.2"
21+ - " 9.2.8"
22+ - " 9.4.8"
23+ - " 9.6.6"
24+ - " 9.8.4"
25+ - " 9.10.1"
26+ exclude :
27+ # These don't work on GitHub CI anymore because they need llvm@13, which became
28+ # disabled on 12/31/2024
29+ - os : macOS-latest
30+ ghc : 9.0.2
2931
3032 steps :
3133 - uses : actions/checkout@v4
7375 fail-fast : false
7476 matrix :
7577 ghc :
76- - " 8.8.4"
77- - " 8.10.7"
78+ # - "8.8.4"
79+ # - "8.10.7"
7880 - " 9.0.2"
7981
8082 steps :
You can’t perform that action at this time.
0 commit comments