File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 80
80
strategy :
81
81
fail-fast : false
82
82
matrix :
83
- # This list of GHC versions must fit to the list of GHC versions
84
- # specified in 'test.yml'
83
+ # This list of GHC (including the "exclude" list) versions must match
84
+ # to the list of GHC versions specified in 'test.yml'
85
85
ghc : [ "9.4.3"
86
86
, "9.4.2"
87
87
, "9.2.5"
@@ -94,12 +94,12 @@ jobs:
94
94
, "windows-latest"
95
95
]
96
96
exclude :
97
- - os : windows-latest
98
- ghc : ' 9.4.1 '
99
- # Exclude until https://github.com/haskell/actions/issues/129
100
- # is resolved.
101
- - os : windows-latest
102
- ghc : ' 9.2.5'
97
+ # Exclude until https://github.com/haskell/actions/issues/129
98
+ # is resolved.
99
+ - os : windows-latest
100
+ ghc : ' 9.4.3 ' # Excluded because github action cannot install it
101
+ - os : windows-latest
102
+ ghc : ' 9.2.5'
103
103
104
104
steps :
105
105
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 76
76
# they are broken for good reasons, e.g. compiler is bugged
77
77
# on that platform.
78
78
exclude :
79
- - os : windows-latest
80
- ghc : ' 9.4.1'
81
79
# Exclude until https://github.com/haskell/actions/issues/129
82
80
# is resolved.
83
81
- os : windows-latest
You can’t perform that action at this time.
0 commit comments