Skip to content

Allow choosing different versions of PHP #28

Description

@RobLoach
  1. The container tags become what PHP version you want to run (drush/drush:php-5 for PHP5, drush/drush:php-7 for PHP7, etc)
  2. Split up Composer to allow chosing PHP 5 composer/composer:php-5/composer/composer:php-7
  3. Download all versions of Drush (8, 9)
  4. Drush entry point selects which version of Drush you want
    • Wrapper script? /drush/$DRUPAL_VERSION/drush $@
    • Use DRUSH_VERSION in entry point to select correctly? Does this work?
    • Full blown PHP Drush launcher application to select which Drush version to run and pass the args on

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions