Restore Codecoverage to PHP 7.1
This commit is contained in:
parent
608579e987
commit
506b1cec55
|
@ -36,13 +36,13 @@ matrix:
|
|||
php: 7.2
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_E2E=1
|
||||
- name: "Unit tests code coverage"
|
||||
php: 7.3
|
||||
php: 7.1
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||
- name: "WooCommerce unit tests using WordPress nightly"
|
||||
php: 7.3
|
||||
env: WP_VERSION=nightly WP_MULTISITE=0
|
||||
allow_failures:
|
||||
- php: 7.3
|
||||
- php: 7.1
|
||||
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in New Issue