Skip to content

Commit 504813f

Browse files
committed
bump global drush to 8.5.0
1 parent a246ac9 commit 504813f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
22

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

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

builders/_drupaly.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const utils = require('../lib/utils.js');
99
const warnings = require('../lib/warnings.js');
1010

1111
// "Constants"
12-
const DRUSH8 = '8.4.8';
12+
const DRUSH8 = '8.5.0';
1313
const DRUSH7 = '7.4.0';
1414

1515
// Tooling defaults

examples/drupal6/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lando php -m | grep xdebug || echo $? | grep 1
5252
cd drupal6
5353
lando mysql -udrupal6 -pdrupal6 drupal6 -e quit
5454

55-
# Should use drush 8.4.5 by default
55+
# Should use drush 8.5.0 by default
5656
cd drupal6
5757
lando drush version | grep "8.4.5"
5858

examples/drupal8/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ lando php -m | grep xdebug || echo $? | grep 1
5959
cd drupal8
6060
lando mysql -udrupal8 -pdrupal8 drupal8 -e quit
6161

62-
# Should use drush 8.4.8
62+
# Should use drush 8.5.0
6363
cd drupal8
64-
lando drush version | grep 8.4.8
64+
lando drush version | tee >(cat 1>&2) | grep 8.5.0
6565

6666
# Should be able to install drupal
6767
cd drupal8

0 commit comments

Comments
 (0)