Add a version constraint to the launch script
1 unresolved thread
1 unresolved thread
Closes #3496758
Merge request reports
Activity
18 18 fi 19 19 20 20 # Configure DDEV if not already done. 21 test -d .ddev || ddev config --project-type=drupal11 --docroot=web --php-version=8.3 21 test -d .ddev || ddev config --project-type=drupal11 --docroot=web --php-version=8.3 --ddev-version-constraint=">=1.24.0" This seems fine. Tested with v1.23.5:
failed to validate config: unable to start the 'gjunk' project: your DDEV version 'v1.23.5' doesn't meet the constraint '>=1.24.0'. Please update to a DDEV version that meets this constraint or update the
ddev_version_constraint
in your .ddev/config.yaml fileTested with v1.22.7:
failed to validate config: the gjunk project has a DDEV version constraint of '>=1.24.0' and the version of DDEV you are using ('v1.22.7') does not meet the constraint. Please update the
ddev_version_constraint
in your .ddev/config.yaml or use a version of DDEV that meets the constraint
added 3 commits
-
7cd7c433...028dead0 - 2 commits from branch
project:1.x
- 63e738ac - Add a version constraint to the launch script
-
7cd7c433...028dead0 - 2 commits from branch
Please register or sign in to reply