wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

Deprecate and plan the removal of Drush Launcher #98

Closed mxr576 closed 5 months ago

mxr576 commented 1 year ago

Triggered by the recent presentation on DrupalCon Pittsburg.

Drush 11 got an EOL date: 2023 November. It was also marked as not recommended for Drupal 10. The recommended version is Drush 12.

Drush Launcher is not (officially) compatible with Drush 12 at this moment and it may not be compatible in the future, rather Drush 12 is going to fail nicely when it is called via Drush Launcher: https://github.com/drush-ops/drush-launcher/issues/105

csandanov commented 1 year ago

we keep drupal launcher because Drupal 7 is still supported (and EOL has recently been postponed), and many Drupal 7 projects are still not composer-based so we install global drush and drush launcher

gene-miller commented 5 months ago

Hi Chingis, have we got a solution for this? drupal/core 10.2 requires drush 12.4

    "conflict": {
        "drush/drush": "<12.4.3"
    },