We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5145475 commit f585236Copy full SHA for f585236
2 files changed
.github/workflows/release-dispatch.yml
@@ -43,7 +43,7 @@ permissions:
43
env:
44
# Default ddev version when callers don't pass `ddev-version`. Tracked by Renovate.
45
# renovate: datasource=pypi depName=ddev
46
- DEFAULT_DDEV_VERSION: "14.3.2"
+ DEFAULT_DDEV_VERSION: "16.0.0"
47
48
jobs:
49
prepare:
.github/workflows/test-release-scripts.yml
@@ -29,7 +29,7 @@ jobs:
29
python-version: "3.13"
30
31
- name: Install pytest
32
- run: pip install pytest==8.3.5
+ run: pip install pytest==9.0.3
33
34
- name: Run tests
35
working-directory: .github/workflows/scripts
0 commit comments