Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/examples-headless-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: ./.github/actions/setup-haskell
with:
ghc-version: "8.10.7"
cabal-version: "3.6.2.0"
cabal-version: "3.10.2.0"
cabal-project-dir: waspc

- uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/waspc-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
ghc:
- "8.10.7"
cabal:
- "3.6.2.0"
- "3.10.2.0"
# In addition to the default matrix, we also want to run the build job for
# additional Node.js versions, to make sure that Wasp works with them.
# To reduce the number of jobs, we only test the Node.js versions on
Expand All @@ -59,11 +59,11 @@ jobs:
- os: ubuntu-22.04
node-version: 20
ghc: "8.10.7"
cabal: "3.6.2.0"
cabal: "3.10.2.0"
- os: ubuntu-22.04
node-version: 22
ghc: "8.10.7"
cabal: "3.6.2.0"
cabal: "3.10.2.0"

steps:
- name: Configure git
Expand Down
Loading