Skip to content

Commit cfa8d08

Browse files
committed
GHA: drop GHC 9.8
1 parent afa3cbf commit cfa8d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ghc: ["8.10.7", "9.6.6", "9.8.2", "9.10.1"]
41+
ghc: ["8.10.7", "9.6.6", "9.10.1"]
4242
variant: [default, no-thunks]
4343
test-set: [all, no-thunks-safe]
4444
exclude:

0 commit comments

Comments
 (0)