We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72780dc commit 953610aCopy full SHA for 953610a
install
@@ -234,7 +234,7 @@ function ee_update_wp_cli()
234
if [ "${WP_CLI_PATH}" != "" ]; then
235
# Get WP-CLI version
236
WP_CLI_VERSION=$(${PHP_PATH} ${WP_CLI_PATH} --allow-root cli version | awk '{ print $2 }')
237
- dpkg --compare-versions ${WP_CLI_VERSION} lt 0.21.1
+ dpkg --compare-versions ${WP_CLI_VERSION} lt 0.23.0
238
# Update WP-CLI version
239
if [ "$?" == "0" ]; then
240
wget -qO ${WP_CLI_PATH} https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
0 commit comments