Skip to content

Commit 9ed2f75

Browse files
committed
Update cabal version on CI and disable flaky windows build for ghc-8.6.5
1 parent 2d42a16 commit 9ed2f75

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ jobs:
1818
matrix:
1919
include:
2020
# Linux
21-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.0.2" }
22-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.2.2" }
23-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.4.4" }
24-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.6.5" }
25-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.8.4" }
26-
- { cabal: "3.4", os: ubuntu-latest, ghc: "8.10.7" }
27-
- { cabal: "3.4", os: ubuntu-latest, ghc: "9.0.1" }
28-
- { cabal: "3.4", os: ubuntu-latest, ghc: "9.2.1" }
21+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.0.2" }
22+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.2.2" }
23+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.4.4" }
24+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.6.5" }
25+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.8.4" }
26+
- { cabal: "3.6", os: ubuntu-latest, ghc: "8.10.7" }
27+
- { cabal: "3.6", os: ubuntu-latest, ghc: "9.0.1" }
28+
- { cabal: "3.6", os: ubuntu-latest, ghc: "9.2.1" }
2929
# Win
30-
- { cabal: "3.2", os: windows-latest, ghc: "8.4.4" }
31-
- { cabal: "3.2", os: windows-latest, ghc: "8.6.5" }
30+
- { cabal: "3.6", os: windows-latest, ghc: "8.4.4" }
3231
# OOM when building tests
33-
# - { cabal: "3.4", os: windows-latest, ghc: "8.8.4" }
34-
# - { cabal: "3.4", os: windows-latest, ghc: "8.10.4" }
32+
# - { cabal: "3.6", os: windows-latest, ghc: "8.6.5" }
33+
# - { cabal: "3.6", os: windows-latest, ghc: "8.8.4" }
34+
# - { cabal: "3.6", os: windows-latest, ghc: "8.10.4" }
3535
# Too flaky:
36-
# - { cabal: "3.4", os: windows-latest, ghc: "9.0.1" }
36+
# - { cabal: "3.6", os: windows-latest, ghc: "9.0.1" }
3737
# MacOS
38-
- { cabal: "3.2", os: macOS-latest, ghc: "8.4.4" }
39-
- { cabal: "3.2", os: macOS-latest, ghc: "8.6.5" }
40-
- { cabal: "3.2", os: macOS-latest, ghc: "8.8.4" }
41-
- { cabal: "3.2", os: macOS-latest, ghc: "8.10.7" }
42-
- { cabal: "3.4", os: macOS-latest, ghc: "9.0.1" }
38+
- { cabal: "3.6", os: macOS-latest, ghc: "8.4.4" }
39+
- { cabal: "3.6", os: macOS-latest, ghc: "8.6.5" }
40+
- { cabal: "3.6", os: macOS-latest, ghc: "8.8.4" }
41+
- { cabal: "3.6", os: macOS-latest, ghc: "8.10.7" }
42+
- { cabal: "3.6", os: macOS-latest, ghc: "9.0.1" }
4343
fail-fast: false
4444

4545
steps:

0 commit comments

Comments
 (0)