Skip to content

Commit 915f27a

Browse files
committed
Update CI
- Cabal 3.10 -> 3.12 - GHC 9.10 added
1 parent adfa7ef commit 915f27a

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

.github/workflows/ci.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,40 @@ jobs:
1818
matrix:
1919
include:
2020
### -- Linux --
21-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.0.2" }
22-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.2.2" }
23-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.4.4" }
24-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.6.5" }
25-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.8.4" }
26-
- { cabal: "3.10", os: ubuntu-latest, ghc: "8.10.7" }
27-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.0.2" }
28-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.2.8" }
29-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.4.8" }
30-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
31-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.6.5" }
32-
- { cabal: "3.10", os: ubuntu-latest, ghc: "9.8.2" }
21+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.0.2" }
22+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.2.2" }
23+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.4.4" }
24+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.6.5" }
25+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.8.4" }
26+
- { cabal: "3.12", os: ubuntu-latest, ghc: "8.10.7" }
27+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.0.2" }
28+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.2.8" }
29+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.4.8" }
30+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.6.6" }
31+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.8.2" }
32+
- { cabal: "3.12", os: ubuntu-latest, ghc: "9.10.1" }
3333
## -- Win --
34-
- { cabal: "3.10", os: windows-latest, ghc: "8.4.4" }
35-
- { cabal: "3.10", os: windows-latest, ghc: "8.6.5" }
36-
- { cabal: "3.10", os: windows-latest, ghc: "8.8.4" }
37-
- { cabal: "3.10", os: windows-latest, ghc: "8.10.7" }
38-
- { cabal: "3.10", os: windows-latest, ghc: "9.0.2" }
39-
- { cabal: "3.10", os: windows-latest, ghc: "9.2.8" }
40-
- { cabal: "3.10", os: windows-latest, ghc: "9.4.8" }
41-
- { cabal: "3.10", os: windows-latest, ghc: "9.6.5" }
42-
- { cabal: "3.10", os: windows-latest, ghc: "9.6.5" }
43-
- { cabal: "3.10", os: windows-latest, ghc: "9.8.2" }
34+
- { cabal: "3.12", os: windows-latest, ghc: "8.4.4" }
35+
- { cabal: "3.12", os: windows-latest, ghc: "8.6.5" }
36+
- { cabal: "3.12", os: windows-latest, ghc: "8.8.4" }
37+
- { cabal: "3.12", os: windows-latest, ghc: "8.10.7" }
38+
- { cabal: "3.12", os: windows-latest, ghc: "9.0.2" }
39+
- { cabal: "3.12", os: windows-latest, ghc: "9.2.8" }
40+
- { cabal: "3.12", os: windows-latest, ghc: "9.4.8" }
41+
- { cabal: "3.12", os: windows-latest, ghc: "9.6.6" }
42+
- { cabal: "3.12", os: windows-latest, ghc: "9.8.2" }
43+
- { cabal: "3.12", os: windows-latest, ghc: "9.10.1" }
4444
# MacOS
45-
- { cabal: "3.10", os: macOS-13, ghc: "8.4.4" }
46-
- { cabal: "3.10", os: macOS-13, ghc: "8.6.5" }
47-
- { cabal: "3.10", os: macOS-13, ghc: "8.8.4" }
48-
- { cabal: "3.10", os: macOS-13, ghc: "8.10.7" }
49-
- { cabal: "3.10", os: macOS-13, ghc: "9.0.2" }
50-
- { cabal: "3.10", os: macOS-latest, ghc: "9.2.8" }
51-
- { cabal: "3.10", os: macOS-latest, ghc: "9.4.8" }
52-
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
53-
- { cabal: "3.10", os: macOS-latest, ghc: "9.6.5" }
54-
- { cabal: "3.10", os: macOS-latest, ghc: "9.8.2" }
45+
- { cabal: "3.12", os: macOS-13, ghc: "8.4.4" }
46+
- { cabal: "3.12", os: macOS-13, ghc: "8.6.5" }
47+
- { cabal: "3.12", os: macOS-13, ghc: "8.8.4" }
48+
- { cabal: "3.12", os: macOS-13, ghc: "8.10.7" }
49+
- { cabal: "3.12", os: macOS-13, ghc: "9.0.2" }
50+
- { cabal: "3.12", os: macOS-latest, ghc: "9.2.8" }
51+
- { cabal: "3.12", os: macOS-latest, ghc: "9.4.8" }
52+
- { cabal: "3.12", os: macOS-latest, ghc: "9.6.6" }
53+
- { cabal: "3.12", os: macOS-latest, ghc: "9.8.2" }
54+
- { cabal: "3.12", os: macOS-latest, ghc: "9.10.1" }
5555
fail-fast: false
5656

5757
steps:

0 commit comments

Comments
 (0)