From ec678389922c470725d934360cd6166cefa6b2c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 20 Jan 2019 19:28:19 +0100 Subject: [PATCH] Fix travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91305ba80b2..77e07291a0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,6 +60,7 @@ matrix: fast_finish: true allow_failures: - php: nightly + - php: '7.3' # We exclude some combinations not usefull to save Travis CPU exclude: - php: '5.5' @@ -78,7 +79,7 @@ matrix: env: DB=postgresql - php: '7.1' env: DB=postgresql - - php: '7.2' + - php: '7.3' env: DB=postgresql - php: nightly env: DB=postgresql