diff --git a/project_template/launch-drupal-cms.sh b/project_template/launch-drupal-cms.sh
index b3e252c9d205f1b94b41e371deaef4558c06c458..c03642ea6611272ae1aa3dda6c5053a32820171f 100755
--- a/project_template/launch-drupal-cms.sh
+++ b/project_template/launch-drupal-cms.sh
@@ -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.