bump the fallback WP version to 5.8.0

This commit is contained in:
Ron Rennick 2021-08-18 15:06:20 -03:00
parent c364a13c71
commit ef67fe8d33
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if [[ $1 ]]; then
if [[ $WP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then if [[ $WP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then
export WORDPRESS_VERSION=$WP_VERSION export WORDPRESS_VERSION=$WP_VERSION
else else
export WORDPRESS_VERSION="5.5.1" export WORDPRESS_VERSION="5.8.0"
fi fi
if ! [[ $TRAVIS_PHP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then if ! [[ $TRAVIS_PHP_VERSION =~ ^[0-9]+\.[0-9]+ ]]; then