Skip to content

Commit a82d12f

Browse files
committed
Add 9.8 to CI, remove 8.10
1 parent fce5a9c commit a82d12f

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.6', '9.4', '9.2', '9.0', '8.10']
17+
ghc-version: ['9.8', '9.6', '9.4', '9.2', '9.0']
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)