Disable DrupalConsole for PHP 8.0

This commit is contained in:
cytopia
2019-06-09 14:30:54 +02:00
parent 1817f84301
commit 019c3b82d8
2 changed files with 1 additions and 5 deletions

View File

@@ -471,7 +471,7 @@ software_available:
&& rm -rf /usr/local/src/drush9/examples \
&& rm -rf /usr/local/src/drush9/misc \
drupalconsole:
disabled: [5.2, 5.3, 5.4]
disabled: [5.2, 5.3, 5.4, 8.0] # TODO: re-enable for 8.0 (currently errors)
check: drupal --version | grep -E 'Drupal Console Launcher\s*[.0-9]'
all:
command: curl https://drupalconsole.com/installer -L -o /usr/local/bin/drupal