Skip to content

Commit 241ed92

Browse files
authored
Fix CI builds
Caused by Composer unable to auto-resolve dependency changes related to installed versions vs required by PHPUnit
1 parent 696c509 commit 241ed92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ setup() {
3535

3636
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:^11' 'drush/drush:^13' 'weitzman/drupal-test-traits:^2'
38+
composer -n require 'drupal/core-dev:^11' 'drush/drush:^13' 'weitzman/drupal-test-traits:^2' -W
3939

4040
run ddev config --project-name=${PROJNAME} --project-tld=ddev.site --php-version=8.4 --web-environment-add=SYMFONY_DEPRECATIONS_HELPER=disabled
4141
assert_success

0 commit comments

Comments
 (0)