Skip to content

Commit 5a17d18

Browse files
fendormichaelpj
andauthored
Correct list of GHC versions in caching.yml to match test.yml (#3397)
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 13af254 commit 5a17d18

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/caching.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
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

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ jobs:
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

0 commit comments

Comments
 (0)