Skip to content

Commit 5287bb5

Browse files
committed
Add latest GHC versions to windows build
1 parent f1f4c29 commit 5287bb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- { cabal: "3.14", os: ubuntu-24.04, ghc: "9.12.2" }
3636
# Win
3737
- { cabal: "3.14", os: windows-latest, ghc: "8.4.4" }
38-
# OOM when building tests
39-
# - { cabal: "3.6", os: windows-latest, ghc: "8.6.5" }
40-
# - { cabal: "3.6", os: windows-latest, ghc: "8.8.4" }
41-
# - { cabal: "3.6", os: windows-latest, ghc: "8.10.4" }
38+
- { cabal: "3.14", os: windows-latest, ghc: "9.6.7" }
39+
- { cabal: "3.14", os: windows-latest, ghc: "9.8.4" }
40+
- { cabal: "3.14", os: windows-latest, ghc: "9.10.2" }
41+
- { cabal: "3.14", os: windows-latest, ghc: "9.12.2" }
4242
# Too flaky:
4343
# - { cabal: "3.6", os: windows-latest, ghc: "9.0.1" }
4444
# MacOS

0 commit comments

Comments
 (0)