Skip to content

Commit 7605d58

Browse files
committed
exclude in Windows
1 parent a0c756c commit 7605d58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
ghc: '9.4.1'
8181
# Exclude until https://github.com/haskell/actions/issues/129
8282
# is resolved.
83+
- os: windows-latest
84+
ghc: '9.4.3' # Excluded because github action cannot install it
8385
- os: windows-latest
8486
ghc: '9.2.5'
8587
# Mark which GHC versions on which platform we want to test.
@@ -98,7 +100,7 @@ jobs:
98100
ghc: '8.10.7'
99101
test: true
100102
- os: windows-latest
101-
ghc: '9.4.3'
103+
ghc: '9.4.2'
102104
test: true
103105
# Test on 9.2.4 until https://github.com/haskell/actions/issues/129
104106
# is resolved. Then switch to 9.2.5

0 commit comments

Comments
 (0)