File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ setup() {
33
33
ddev delete -Oy " ${PROJNAME} " > /dev/null 2>&1 || true
34
34
cd " ${TESTDIR} "
35
35
36
- composer -n --no-install create-project ' drupal/recommended-project:^10 ' .
36
+ composer -n --no-install create-project ' drupal/recommended-project:^11 ' .
37
37
composer -n config --no-plugins allow-plugins true
38
- composer -n require ' drupal/core-dev:^10 ' ' drush/drush:^12 ' ' phpspec/prophecy-phpunit:^2' ' weitzman/drupal-test-traits:^2'
38
+ composer -n require ' drupal/core-dev:^11 ' ' drush/drush:^13 ' ' phpspec/prophecy-phpunit:^2' ' weitzman/drupal-test-traits:^2'
39
39
40
- run ddev config --project-name=${PROJNAME} --project-tld=ddev.site --php-version=8.1 --web-environment-add=SYMFONY_DEPRECATIONS_HELPER=disabled
40
+ run ddev config --project-name=${PROJNAME} --project-tld=ddev.site --php-version=8.3 --web-environment-add=SYMFONY_DEPRECATIONS_HELPER=disabled
41
41
assert_success
42
42
run ddev start -y
43
43
assert_success
You can’t perform that action at this time.
0 commit comments