We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774a8da commit 1983353Copy full SHA for 1983353
.github/workflows/workflow.yml
@@ -47,6 +47,9 @@ jobs:
47
- ghc: latest
48
cabal: latest
49
# Recommended releases (update according to ghcup)
50
+ # 9.4 will be recommended soon
51
+ - ghc: "9.4"
52
+ cabal: "3.8"
53
- ghc: "9.2"
54
cabal: "3.6"
55
# Some previously recommended releases of ghc with matching cabal
@@ -118,10 +121,6 @@ jobs:
118
121
plan:
119
122
ghc: "9.4.3"
120
123
cabal: "3.8.1.0"
- - os: windows-latest
- plan:
- ghc: "9.2.5"
124
- cabal: "3.6"
125
126
# Test ghcup on windows (PR #206) which choco does not have 9.4.5
127
- os: windows-latest
0 commit comments