Skip to content

Commit 69aead1

Browse files
weitzmanstasadev
authored andcommitted
Bump Drupal core used in testing
1 parent fe9f439 commit 69aead1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test.bats

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ setup() {
3333
ddev delete -Oy "${PROJNAME}" >/dev/null 2>&1 || true
3434
cd "${TESTDIR}"
3535

36-
composer -n --no-install create-project 'drupal/recommended-project:^10' .
36+
composer -n --no-install create-project 'drupal/recommended-project:^11' .
3737
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'
3939

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
4141
assert_success
4242
run ddev start -y
4343
assert_success

0 commit comments

Comments
 (0)