Skip to content

Commit f3b3caa

Browse files
committed
allow drush/drush ^11 in require-dev
1 parent ce4f652 commit f3b3caa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
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"
7070
if: ${{ matrix.drupal == '^8.9' }}
7171
- 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"
7373
if: ${{ matrix.drupal == '10.0.x-dev' || matrix.drupal == '10.1.x-dev' }}
7474
- name: "Add phpspec/prophecy-phpunit"
7575
run: "composer require phpspec/prophecy-phpunit:^2 --dev --no-update"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"behat/mink": "^1.8",
2121
"composer/installers": "^1.9",
2222
"drupal/core-recommended": "^8.8@alpha || ^9.0",
23-
"drush/drush": "^9.6 || ^10.0",
23+
"drush/drush": "^9.6 || ^10.0 || ^11",
2424
"phpstan/extension-installer": "^1.1",
2525
"phpstan/phpstan-deprecation-rules": "^1.0",
2626
"phpstan/phpstan-strict-rules": "^1.0",

0 commit comments

Comments
 (0)