Rename test parameter from LATEST_BETA to WORDPRESS_VERSION

[PREMIUM-230]
This commit is contained in:
Jan Lysý
2024-07-26 13:12:05 +02:00
committed by alex-mpoet
parent a2f35526fa
commit ccc922548b
3 changed files with 8 additions and 8 deletions

View File

@ -47,9 +47,9 @@ else
wp site create --slug=$WP_TEST_MULTISITE_SLUG
fi
if [[ $LATEST_BETA != "" ]]; then
echo "Installing WordPress beta version: $LATEST_BETA"
wp core update --version=$LATEST_BETA
if [[ $WORDPRESS_VERSION != "" ]]; then
echo "Installing WordPress version: $WORDPRESS_VERSION"
wp core update --version=$WORDPRESS_VERSION
fi
echo "WORDPRESS VERSION:"
wp core version