Remove composer v1 downgrade in PHP tests (https://github.com/woocommerce/woocommerce-admin/pull/6641)
This commit is contained in:
parent
02e7d6870f
commit
a0ef649ef4
|
@ -180,10 +180,8 @@ install_deps() {
|
|||
git clone --depth 1 --branch $LATEST_WC_TAG https://github.com/woocommerce/woocommerce.git
|
||||
|
||||
# Bring in WooCommerce Core dependencies
|
||||
composer self-update --1
|
||||
cd "woocommerce"
|
||||
composer install --no-dev
|
||||
composer self-update --2
|
||||
|
||||
cd "$WP_CORE_DIR"
|
||||
php wp-cli.phar plugin activate woocommerce
|
||||
|
|
Loading…
Reference in New Issue