Skip to content

Commit 1983353

Browse files
committed
CI: add GHC 9.4, retire 9.2.5/win
1 parent 774a8da commit 1983353

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- ghc: latest
4848
cabal: latest
4949
# Recommended releases (update according to ghcup)
50+
# 9.4 will be recommended soon
51+
- ghc: "9.4"
52+
cabal: "3.8"
5053
- ghc: "9.2"
5154
cabal: "3.6"
5255
# Some previously recommended releases of ghc with matching cabal
@@ -118,10 +121,6 @@ jobs:
118121
plan:
119122
ghc: "9.4.3"
120123
cabal: "3.8.1.0"
121-
- os: windows-latest
122-
plan:
123-
ghc: "9.2.5"
124-
cabal: "3.6"
125124

126125
# Test ghcup on windows (PR #206) which choco does not have 9.4.5
127126
- os: windows-latest

0 commit comments

Comments
 (0)