Skip to content

Commit fbfa2c5

Browse files
committed
Drop 9.0 from CI
HLS no longer supports it.
1 parent 9619f28 commit fbfa2c5

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)