File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
## {{ UNRELEASED_VERSION }} - [ {{ UNRELEASED_DATE }}] ({{ UNRELEASED_LINK }})
2
2
3
3
* 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 ` .
4
5
5
6
## v1.11.0 - [ December 9, 2024] ( https://github.com/lando/drupal/releases/tag/v1.11.0 )
6
7
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const utils = require('../lib/utils.js');
9
9
const warnings = require ( '../lib/warnings.js' ) ;
10
10
11
11
// "Constants"
12
- const DRUSH8 = '8.4.8 ' ;
12
+ const DRUSH8 = '8.5.0 ' ;
13
13
const DRUSH7 = '7.4.0' ;
14
14
15
15
// Tooling defaults
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ lando php -m | grep xdebug || echo $? | grep 1
52
52
cd drupal6
53
53
lando mysql -udrupal6 -pdrupal6 drupal6 -e quit
54
54
55
- # Should use drush 8.4.5 by default
55
+ # Should use drush 8.5.0 by default
56
56
cd drupal6
57
57
lando drush version | grep " 8.4.5"
58
58
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ lando php -m | grep xdebug || echo $? | grep 1
59
59
cd drupal8
60
60
lando mysql -udrupal8 -pdrupal8 drupal8 -e quit
61
61
62
- # Should use drush 8.4.8
62
+ # Should use drush 8.5.0
63
63
cd drupal8
64
- lando drush version | grep 8.4.8
64
+ lando drush version | tee >( cat 1>&2 ) | grep 8.5.0
65
65
66
66
# Should be able to install drupal
67
67
cd drupal8
You can’t perform that action at this time.
0 commit comments