Skip to content

Commit

Permalink
bump global drush to 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeledy committed Dec 15, 2024
1 parent a246ac9 commit 504813f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated to [@lando/php@1.6.4](https://github.com/lando/php/releases/tag/v1.6.4).
* Updated globally installed Drush to `v8.5.0`.

## v1.11.0 - [December 9, 2024](https://github.com/lando/drupal/releases/tag/v1.11.0)

Expand Down
2 changes: 1 addition & 1 deletion builders/_drupaly.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const utils = require('../lib/utils.js');
const warnings = require('../lib/warnings.js');

// "Constants"
const DRUSH8 = '8.4.8';
const DRUSH8 = '8.5.0';
const DRUSH7 = '7.4.0';

// Tooling defaults
Expand Down
2 changes: 1 addition & 1 deletion examples/drupal6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lando php -m | grep xdebug || echo $? | grep 1
cd drupal6
lando mysql -udrupal6 -pdrupal6 drupal6 -e quit

# Should use drush 8.4.5 by default
# Should use drush 8.5.0 by default
cd drupal6
lando drush version | grep "8.4.5"

Expand Down
4 changes: 2 additions & 2 deletions examples/drupal8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ lando php -m | grep xdebug || echo $? | grep 1
cd drupal8
lando mysql -udrupal8 -pdrupal8 drupal8 -e quit

# Should use drush 8.4.8
# Should use drush 8.5.0
cd drupal8
lando drush version | grep 8.4.8
lando drush version | tee >(cat 1>&2) | grep 8.5.0

# Should be able to install drupal
cd drupal8
Expand Down

0 comments on commit 504813f

Please sign in to comment.