We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c756c commit 7605d58Copy full SHA for 7605d58
.github/workflows/test.yml
@@ -80,6 +80,8 @@ jobs:
80
ghc: '9.4.1'
81
# Exclude until https://github.com/haskell/actions/issues/129
82
# is resolved.
83
+ - os: windows-latest
84
+ ghc: '9.4.3' # Excluded because github action cannot install it
85
- os: windows-latest
86
ghc: '9.2.5'
87
# Mark which GHC versions on which platform we want to test.
@@ -98,7 +100,7 @@ jobs:
98
100
ghc: '8.10.7'
99
101
test: true
102
- ghc: '9.4.3'
103
+ ghc: '9.4.2'
104
105
# Test on 9.2.4 until https://github.com/haskell/actions/issues/129
106
# is resolved. Then switch to 9.2.5
0 commit comments