Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 25533b9

Browse files
committed
CI: add GHC 9.4, retire 9.2.5/win
1 parent 1499554 commit 25533b9

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
@@ -48,6 +48,9 @@ jobs:
4848
- ghc: latest
4949
cabal: latest
5050
# Recommended releases (update according to ghcup)
51+
# 9.4 will be recommended soon
52+
- ghc: "9.4"
53+
cabal: "3.8"
5154
- ghc: "9.2"
5255
cabal: "3.6"
5356
# Some previously recommended releases of ghc with matching cabal
@@ -119,10 +122,6 @@ jobs:
119122
plan:
120123
ghc: "9.4.3"
121124
cabal: "3.8.1.0"
122-
- os: windows-latest
123-
plan:
124-
ghc: "9.2.5"
125-
cabal: "3.6"
126125

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

0 commit comments

Comments
 (0)