From 24d5d387ff36eb4b73ce900d259cdcb4414f8664 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sat, 20 Apr 2019 09:36:46 +0200 Subject: [PATCH] Run CI against PHP 7.3 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 193a92bfcd57..2388d2a288dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,13 @@ sudo: true # Prevent tests from taking more than 50 minutes group: deprecated-2017Q4 +matrix: + allow_failures: + - 7.3 + php: - 7.2 + - 7.3 addons: hosts: