Skip to content

Commit 659a30a

Browse files
committed
Update latest ghc versions on CI and drop ghc-9.2.8
1 parent 3209aef commit 659a30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
strategy:
3838
matrix:
39-
ghc: ["9.2.8", "9.6.7", "9.8.4", "9.10.1", "9.12.1"]
39+
ghc: ["9.6.7", "9.8.4", "9.10.2", "9.12.2"]
4040
os: [ubuntu-latest]
4141
fail-fast: false
4242

@@ -213,7 +213,7 @@ jobs:
213213
- set-algebra
214214
- small-steps
215215
- vector-map
216-
ghc: ["9.2.8", "9.6.7", "9.8.4", "9.10.1", "9.12.1"]
216+
ghc: ["9.6.7", "9.8.4", "9.10.2", "9.12.2"]
217217
os: [ubuntu-latest]
218218
fail-fast: false
219219

0 commit comments

Comments
 (0)