From 504813fed4702a380c38a8a08135952197e0b502 Mon Sep 17 00:00:00 2001 From: Aaron Feledy Date: Sat, 14 Dec 2024 14:56:08 -0600 Subject: [PATCH] bump global drush to 8.5.0 --- CHANGELOG.md | 1 + builders/_drupaly.js | 2 +- examples/drupal6/README.md | 2 +- examples/drupal8/README.md | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a960eec..7200bd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/builders/_drupaly.js b/builders/_drupaly.js index e4a2ba0..24eee85 100644 --- a/builders/_drupaly.js +++ b/builders/_drupaly.js @@ -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 diff --git a/examples/drupal6/README.md b/examples/drupal6/README.md index 6da9df7..a680819 100644 --- a/examples/drupal6/README.md +++ b/examples/drupal6/README.md @@ -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" diff --git a/examples/drupal8/README.md b/examples/drupal8/README.md index 7837e14..98b5c71 100644 --- a/examples/drupal8/README.md +++ b/examples/drupal8/README.md @@ -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