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.
2 parents 9619f28 + fbfa2c5 commit 418c878Copy full SHA for 418c878
.github/workflows/haskell.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0']
+ ghc-version: ['9.8', '9.6', '9.4', '9.2']
18
# Unlikely that we'll succeed on windows and fail on macos,
19
# including it is just burning CI time. But windows could have
20
# path or IO issues, so worth including
0 commit comments