Skip to content

Commit 1563f7e

Browse files
authored
Merge pull request #5041 from IntersectMBO/lehins/update-ghc-versions
Update ghc versions
2 parents 0f4e712 + 19769ff commit 1563f7e

File tree

4 files changed

+101
-204
lines changed

4 files changed

+101
-204
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: input-output-hk/setup-haskell@v1
1919
id: setup-haskell
2020
with:
21-
ghc-version: "9.2.8"
21+
ghc-version: "9.6.7"
2222
cabal-version: "3.12"
2323

2424
- name: Install system dependencies

.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)