Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

[OTTO-77] Use Drush 10 #334

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .ci/test/behat/run
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ source $BASH_ENV
set -ex

# Create a drush alias file so that Behat tests can be executed against Pantheon.
terminus --version
terminus alpha:aliases --no-db-url --only=$TERMINUS_SITE
drush sa @pantheon.$TERMINUS_SITE.$TERMINUS_ENV
drush @pantheon.$TERMINUS_SITE.$TERMINUS_ENV status

# Drush Behat driver fails without this option.
echo "\$options['strict'] = 0;" >> ~/.drush/pantheon.aliases.drushrc.php
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"drupal/config_installer": "^1.0",
"drupal/console": "^1",
"drupal/core": "^8.8",
"drush-ops/behat-drush-endpoint": "^9.3",
"drush/drush": "~8.3",
"drush-ops/behat-drush-endpoint": "^9.3.1",
"drush/drush": "^10",
"pantheon-systems/quicksilver-pushback": "^2",
"rvtraveller/qs-composer-installer": "^1.1",
"drupal/core-recommended": "^8.8",
Expand Down Expand Up @@ -116,7 +116,7 @@
"preferred-install": "dist",
"sort-packages": true,
"platform": {
"php": "7.0.8"
"php": "7.3.10"
}
}
}
Loading