From 540d10cbc0fc1a7507c2a69261090e95d94458f4 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 19 Dec 2018 11:32:51 -0200 Subject: [PATCH] Use WP latest instead of 5.0-beta3 to run the PHP 7.3 Travis build job Now that WP 5.0 has been released, we don't need to use 5.0-beta3 anymore to run the PHP 7.3 Travis build job. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77077e611d7..37bb210a689 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ php: - 7.0 - 7.1 - 7.2 + - 7.3 env: - WP_VERSION=latest WP_MULTISITE=0 @@ -36,8 +37,6 @@ matrix: - name: "Unit tests code coverage" php: 7.1 env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1 - - php: 7.3 - env: WP_VERSION=5.0-beta5 WP_MULTISITE=0 allow_failures: - php: 7.1 env: WP_VERSION=latest WP_MULTISITE=0 RUN_CODE_COVERAGE=1