Skip to content

Commit

Permalink
upgrade Drush from 12 -> 13 for Drupal 11
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Apr 8, 2024
1 parent 6da8da3 commit 2c0dc05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 11/11.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN composer config --no-interaction allow-plugins true

# Install Drush.
# Drush will be heavily use to setup a working Drupal environment.
RUN COMPOSER_MEMORY_LIMIT=-1 composer require drush/drush:^12.0
RUN COMPOSER_MEMORY_LIMIT=-1 composer require drush/drush:^13.0

# Prepare for Drupal 11.0 upgrade.
# @see https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-to-drupal-9-or-higher
Expand Down
2 changes: 1 addition & 1 deletion 11/11.0/tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commandTests:
- name: 'Drush version'
command: 'drush'
args: ['status']
expectedOutput: ['Drush version\s+:\s+12\.\d\.\d']
expectedOutput: ['Drush version\s+:\s+13\.0[\-alpha\d|\-beta\d|\-dev|\-rc\d|\d*]']
- name: 'PHPUnit location'
command: 'which'
args: ['phpunit']
Expand Down

0 comments on commit 2c0dc05

Please sign in to comment.