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 f1f4c29 commit 5287bb5Copy full SHA for 5287bb5
.github/workflows/ci.yml
@@ -35,10 +35,10 @@ jobs:
35
- { cabal: "3.14", os: ubuntu-24.04, ghc: "9.12.2" }
36
# Win
37
- { 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" }
+ - { cabal: "3.14", os: windows-latest, ghc: "9.6.7" }
+ - { cabal: "3.14", os: windows-latest, ghc: "9.8.4" }
+ - { cabal: "3.14", os: windows-latest, ghc: "9.10.2" }
+ - { cabal: "3.14", os: windows-latest, ghc: "9.12.2" }
42
# Too flaky:
43
# - { cabal: "3.6", os: windows-latest, ghc: "9.0.1" }
44
# MacOS
0 commit comments