Skip to content

Commit b847d29

Browse files
authored
Bumps Cabal in CI to 3.10.2.0 (#3014)
1 parent 34afd2d commit b847d29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/examples-headless-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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

.github/workflows/waspc-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)