Skip to content

Commit

Permalink
exclude in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Dec 13, 2022
1 parent a0c756c commit 7605d58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ jobs:
ghc: '9.4.1'
# 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'
# Mark which GHC versions on which platform we want to test.
Expand All @@ -98,7 +100,7 @@ jobs:
ghc: '8.10.7'
test: true
- os: windows-latest
ghc: '9.4.3'
ghc: '9.4.2'
test: true
# Test on 9.2.4 until https://github.com/haskell/actions/issues/129
# is resolved. Then switch to 9.2.5
Expand Down

0 comments on commit 7605d58

Please sign in to comment.