Skip to content
Snippets Groups Projects
Commit 35d8d171 authored by Adam G-H's avatar Adam G-H
Browse files

Issue #3496758 by phenaproxima, gvanderelst, rfay: Unknown app type when...

Issue #3496758 by phenaproxima, gvanderelst, rfay: Unknown app type when trying to run launch-drupal-cms.sh on an older version of DDEV
parent 028dead0
Branches
Tags
1 merge request!355Add a version constraint to the launch script
Pipeline #383940 passed with warnings
......@@ -18,7 +18,7 @@ if ! command -v ddev >/dev/null; then
fi
# Configure DDEV if not already done.
test -d .ddev || ddev config --project-type=drupal11 --docroot=web --php-version=8.3
test -d .ddev || ddev config --project-type=drupal11 --docroot=web --php-version=8.3 --ddev-version-constraint=">=1.24.0"
# Start your engines.
ddev start
# Install dependencies if not already done.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment