File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,13 @@ jobs:
33
33
# - { cabal: "3.4", os: windows-latest, ghc: "8.8.4" }
34
34
# - { cabal: "3.4", os: windows-latest, ghc: "8.10.4" }
35
35
# 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" }
37
37
# MacOS
38
38
- { cabal: "3.2", os: macOS-latest, ghc: "8.4.4" }
39
39
- { cabal: "3.2", os: macOS-latest, ghc: "8.6.5" }
40
40
- { cabal: "3.2", os: macOS-latest, ghc: "8.8.4" }
41
41
- { 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" }
44
43
fail-fast : false
45
44
46
45
steps :
You can’t perform that action at this time.
0 commit comments