-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appropriate solution for Drupal 8.4 #44
Comments
I find only this combination works for Drupal 8.4.3
|
This is a... complicated question, and one I'm currently working on myself for a number of different sites :( Please also see: |
So I've kind of hedged my bets; this role now installs Drush one of three ways (Phar install is no longer an option):
I'm defaulting to #1 and will try to steer Drupal VM usage in that direction too. I'll have to figure out how to handle Drush Aliases though—they've changed a bit in Drush 9. |
(These features are in the totally revamped |
Would value ability to install Drush 9 as required by Drupal 8.4 .... adopt Christopher Hopper's solution if appropriate?
Our production site is saying that we should update to Drupal 8.4.3 but we're finding all sorts of incompatibility issues with PHP version / Drush version / Drupal core version / contrib modules that seem to fall outside the control of Composer and need thorough investigation in our Drupal-vm systems.
I tried
but I get Drush 8.1.15 instead of Drush 9 and of course, this doesn't account properly for drush global / site-local use of Drush 9.
The text was updated successfully, but these errors were encountered: