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
Support Drupal 9 #1993
Comments
Cant we simply re-use the Drupal 8 template. Like a lot of modules are also just being updated in the .info file and not a whole new module/develop branch. |
@BramDriesen yes we just need to update the versions as per OP. |
D9 is D8 minus deprecated code + new versions of foreign dependencies, so nothing special here. Install Drupal 9
Drupal 9 site is now available at https://drupal9.lndo.site. |
Plenty of choices are being made ATM, which will influence which LAMP stack will be able to run Drupal 9 sites. I mentioned https://www.drupal.org/docs/9/how-drupal-9-is-made-and-what-is-included/environment-requirements-of-drupal-9 above, but in more details I can think of the following at the very least:
So this means the Lando recipe that would work OOTB for D9 isn't going to be exactly the same as for D8. An alternative would be to bump the default PHP / MySQL version for D8, so we have only one recipe for both major versions. |
Thanks @anavarre and @AaronFeledy for working on this. Drupal 9.0.0-beta1 was released today, and Drupal 9 is on track to be released on June 3 2020. |
I can always bump up PHP to 7.3 with this and rebuild Lando, but it would be easier to just use a Drupal 9 recipe :-)
|
Currently, Lando doesn't seem to support Drupal 9.
By default, we'd need support for PHP 7.3, MySQL 5.7 and Drush 10 to best support Drupal 9. See https://www.drupal.org/docs/9/how-drupal-9-is-made-and-what-is-included/environment-requirements-of-drupal-9
The text was updated successfully, but these errors were encountered: