Fix drupal builds for PHP 7.0 and 7.1

This commit is contained in:
cytopia
2021-05-16 17:31:28 +02:00
parent a6e27c1dcd
commit bf81b816c4
4 changed files with 3 additions and 31 deletions

View File

@@ -500,7 +500,7 @@ software_available:
&& rm -rf /usr/local/src/drush8/examples \
&& rm -rf /usr/local/src/drush8/misc \
drush9:
disabled: [5.2, 5.3, 5.4, 5.5, 8.0, 8.1]
disabled: [5.2, 5.3, 5.4, 5.5, 7.0, 7.1, 8.0, 8.1]
check: drush9 --version | grep -E '9[.0-9]+\s*$'
all:
pre: |