Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/caching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# This list of GHC versions must fit to the list of GHC versions
# specified in 'test.yml'
# This list of GHC (including the "exclude" list) versions must match
# to the list of GHC versions specified in 'test.yml'
ghc: [ "9.4.3"
, "9.4.2"
, "9.2.5"
Expand All @@ -94,12 +94,12 @@ jobs:
, "windows-latest"
]
exclude:
- os: windows-latest
ghc: '9.4.1'
# Exclude until https://github.com/haskell/actions/issues/129
# is resolved.
- os: windows-latest
ghc: '9.2.5'
# Exclude until https://github.com/haskell/actions/issues/129
# is resolved.
- os: windows-latest
ghc: '9.4.3' # Excluded because github action cannot install it
- os: windows-latest
ghc: '9.2.5'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
# they are broken for good reasons, e.g. compiler is bugged
# on that platform.
exclude:
- os: windows-latest
ghc: '9.4.1'
# Exclude until https://github.com/haskell/actions/issues/129
# is resolved.
- os: windows-latest
Expand Down