File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
run : " composer require phpunit/phpunit:6.5.14 drush/drush:~9 drupal/core-recommended:${{ matrix.drupal }} drupal/core-dev:${{ matrix.drupal }} --with-all-dependencies --dev --no-update"
70
70
if : ${{ matrix.drupal == '^8.9' }}
71
71
- name : " Upgrade to drupal/core:10.0.x and drush/drush:^11.0"
72
- run : " composer require drupal/core-recommended:${{ matrix.drupal }} drush/drush:^11.0 --with-all-dependencies --dev --no-update"
72
+ run : " composer require drupal/core-recommended:${{ matrix.drupal }} --with-all-dependencies --dev --no-update"
73
73
if : ${{ matrix.drupal == '10.0.x-dev' || matrix.drupal == '10.1.x-dev' }}
74
74
- name : " Add phpspec/prophecy-phpunit"
75
75
run : " composer require phpspec/prophecy-phpunit:^2 --dev --no-update"
Original file line number Diff line number Diff line change 20
20
"behat/mink" : " ^1.8" ,
21
21
"composer/installers" : " ^1.9" ,
22
22
"drupal/core-recommended" : " ^8.8@alpha || ^9.0" ,
23
- "drush/drush" : " ^9.6 || ^10.0" ,
23
+ "drush/drush" : " ^9.6 || ^10.0 || ^11 " ,
24
24
"phpstan/extension-installer" : " ^1.1" ,
25
25
"phpstan/phpstan-deprecation-rules" : " ^1.0" ,
26
26
"phpstan/phpstan-strict-rules" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments