File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
fail-fast : false
69
69
matrix :
70
70
os : [ubuntu-22.04, macos-12, windows-latest]
71
- cabal : ["3.8 .1.0"]
71
+ cabal : ["3.10 .1.0"]
72
72
ghc : ["8.8.4", "8.10.7", "9.2.7"]
73
73
run-tests : [true]
74
74
include :
@@ -77,18 +77,18 @@ jobs:
77
77
# tests with the newest LTS release, we won't bother testing this one.
78
78
- os : ubuntu-20.04
79
79
ghc : " 8.10.7"
80
- cabal : " 3.8 .1.0"
80
+ cabal : " 3.10 .1.0"
81
81
run-tests : false
82
82
exclude :
83
83
# Exclude 8.8 on macOS 12 due to
84
84
# https://gitlab.haskell.org/ghc/ghc/-/issues/18446
85
85
- os : macos-12
86
86
ghc : " 8.8.4"
87
- cabal : " 3.8 .1.0"
87
+ cabal : " 3.10 .1.0"
88
88
run-tests : true
89
89
- os : windows-latest
90
90
ghc : " 8.8.4"
91
- cabal : " 3.8 .1.0"
91
+ cabal : " 3.10 .1.0"
92
92
run-tests : true
93
93
outputs :
94
94
cabal-test-suites-json : ${{ steps.cabal-test-suites.outputs.targets-json }}
You can’t perform that action at this time.
0 commit comments