Test all supported WordPress versions.

This commit is contained in:
Peter Fabian 2020-04-15 13:07:51 +02:00
parent a57de7d6a2
commit cdfd9e4ae2
1 changed files with 4 additions and 3 deletions

View File

@ -25,6 +25,10 @@ php:
env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=5.3 WP_MULTISITE=0
- WP_VERSION=5.2 WP_MULTISITE=0
- WP_VERSION=5.1 WP_MULTISITE=0
- WP_VERSION=5.0 WP_MULTISITE=0
# Additional tests against stable PHP (min version is 5.6)
# and code coverage report.
@ -49,9 +53,6 @@ matrix:
- name: "WooCommerce unit tests using WordPress nightly"
php: 7.4
env: WP_VERSION=nightly WP_MULTISITE=0
- name: "Minimum requirements"
php: 7.0
env: WP_VERSION=5.0 WP_MULTISITE=0
allow_failures:
- php: 7.4
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1