Merge pull request #25194 from rodrigoprimo/php-7.4-travis

Use PHP 7.4 instead of PHP 7.4snapshot in Travis
This commit is contained in:
Christopher Allford 2019-12-18 17:47:45 -05:00 committed by GitHub
commit 181df5ad21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
env:
- WP_VERSION=latest WP_MULTISITE=0
@ -46,8 +47,6 @@ matrix:
- name: "WooCommerce unit tests using WordPress nightly"
php: 7.3
env: WP_VERSION=nightly WP_MULTISITE=0
- php: 7.4snapshot
env: WP_VERSION=nightly WP_MULTISITE=0
allow_failures:
- php: 7.3
env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1