Skip to content

Commit 418c878

Browse files
authored
Merge pull request #532 from haskell/mpj/drop-9.0
Drop 9.0 from CI
2 parents 9619f28 + fbfa2c5 commit 418c878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0']
17+
ghc-version: ['9.8', '9.6', '9.4', '9.2']
1818
# Unlikely that we'll succeed on windows and fail on macos,
1919
# including it is just burning CI time. But windows could have
2020
# path or IO issues, so worth including

0 commit comments

Comments
 (0)