Revert PHP 5.2 wpcli

This commit is contained in:
cytopia
2018-08-11 23:41:19 +02:00
parent b79e4b5b1b
commit 3c17b4d3c1
2 changed files with 1 additions and 7 deletions

View File

@@ -567,10 +567,8 @@ software_available:
command: curl https://symfony.com/installer -L -o /usr/local/bin/symfony
post: chmod +x /usr/local/bin/symfony
wpcli:
disabled: [5.2]
check: wp --allow-root --version | grep -E '[.0-9]+'
5.2:
command: curl https://github.com/wp-cli/wp-cli/releases/download/v1.5.1/wp-cli-1.5.1.phar -L -o /usr/local/bin/wp
post: chmod +x /usr/local/bin/wp
5.3:
command: curl https://github.com/wp-cli/wp-cli/releases/download/v1.5.1/wp-cli-1.5.1.phar -L -o /usr/local/bin/wp
post: chmod +x /usr/local/bin/wp