Open schlessera opened 5 years ago
To make the PHP 5.4 tests work, we have to limit them to the latest version before the 5.2 update (which bumps the PHP minimum version to PHP 5.6).
This is done by WP_VERSION=5.1, but that unfortunately does not include the latest stable patch version. This should be fixed through https://github.com/wp-cli/wp-cli-tests/issues/51
WP_VERSION=5.1
In the mean-time, we bumped the version to WP_VERSION=5.1.1 to make the doctor tests pass that rely on checking for the latest stable version. This should be reverted back to WP_VERSION=5.1 once the above issue has been fixed.
WP_VERSION=5.1.1
To make the PHP 5.4 tests work, we have to limit them to the latest version before the 5.2 update (which bumps the PHP minimum version to PHP 5.6).
This is done by
WP_VERSION=5.1
, but that unfortunately does not include the latest stable patch version. This should be fixed through https://github.com/wp-cli/wp-cli-tests/issues/51In the mean-time, we bumped the version to
WP_VERSION=5.1.1
to make the doctor tests pass that rely on checking for the latest stable version. This should be reverted back toWP_VERSION=5.1
once the above issue has been fixed.