Skip to content

Commit

Permalink
Correct version of drush in D8 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 26, 2024
1 parent 0ac0265 commit f330149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/drupal8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ lando php -m | grep xdebug || echo $? | grep 1
cd drupal8
lando mysql -udrupal8 -pdrupal8 drupal8 -e quit

# Should use drush 10.2.1
# Should use drush 8.4.8
cd drupal8
lando drush version | grep 10.2.1
lando drush version | grep 8.4.8

# Should be able to install drupal
cd drupal8
Expand Down

0 comments on commit f330149

Please sign in to comment.