File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 8080 strategy :
8181 fail-fast : false
8282 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'
8585 ghc : [ "9.4.3"
8686 , "9.4.2"
8787 , "9.2.5"
@@ -94,12 +94,12 @@ jobs:
9494 , "windows-latest"
9595 ]
9696 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'
103103
104104 steps :
105105 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 7676 # they are broken for good reasons, e.g. compiler is bugged
7777 # on that platform.
7878 exclude :
79- - os : windows-latest
80- ghc : ' 9.4.1'
8179 # Exclude until https://github.com/haskell/actions/issues/129
8280 # is resolved.
8381 - os : windows-latest
You can’t perform that action at this time.
0 commit comments