Skip to content

Commit 6b024a0

Browse files
authored
Try to add GHC9.0 to CI (#376)
Cabal 3.4 is now available on win/mac
1 parent 4c87e88 commit 6b024a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,13 @@ jobs:
3333
# - { cabal: "3.4", os: windows-latest, ghc: "8.8.4" }
3434
# - { cabal: "3.4", os: windows-latest, ghc: "8.10.4" }
3535
# No cabal 3.4 for Windows as of 2021.03.05
36-
# - { cabal: "3.4", os: windows-latest, ghc: "9.0.1" }
36+
- { cabal: "3.4", os: windows-latest, ghc: "9.0.1" }
3737
# MacOS
3838
- { cabal: "3.2", os: macOS-latest, ghc: "8.4.4" }
3939
- { cabal: "3.2", os: macOS-latest, ghc: "8.6.5" }
4040
- { cabal: "3.2", os: macOS-latest, ghc: "8.8.4" }
4141
- { cabal: "3.2", os: macOS-latest, ghc: "8.10.4" }
42-
# No cabal 3.4 for macOS as of 2021.03.05
43-
# - { cabal: "3.4", os: macOS-latest, ghc: "9.0.1" }
42+
- { cabal: "3.4", os: macOS-latest, ghc: "9.0.1" }
4443
fail-fast: false
4544

4645
steps:

0 commit comments

Comments
 (0)