File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 - uses : ./.github/actions/setup-haskell
3737 with :
3838 ghc-version : " 8.10.7"
39- cabal-version : " 3.6 .2.0"
39+ cabal-version : " 3.10 .2.0"
4040 cabal-project-dir : waspc
4141
4242 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 5050 ghc :
5151 - " 8.10.7"
5252 cabal :
53- - " 3.6 .2.0"
53+ - " 3.10 .2.0"
5454 # In addition to the default matrix, we also want to run the build job for
5555 # additional Node.js versions, to make sure that Wasp works with them.
5656 # To reduce the number of jobs, we only test the Node.js versions on
@@ -59,11 +59,11 @@ jobs:
5959 - os : ubuntu-22.04
6060 node-version : 20
6161 ghc : " 8.10.7"
62- cabal : " 3.6 .2.0"
62+ cabal : " 3.10 .2.0"
6363 - os : ubuntu-22.04
6464 node-version : 22
6565 ghc : " 8.10.7"
66- cabal : " 3.6 .2.0"
66+ cabal : " 3.10 .2.0"
6767
6868 steps :
6969 - name : Configure git
You can’t perform that action at this time.
0 commit comments