From 37728889ca0693ec389b955115fdafb2547313d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Tue, 9 Jul 2019 11:04:10 +0200 Subject: [PATCH] Adding php 7.1 7.2 and 7.3 in travis build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04b34fc..6038996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ addons: language: php php: + - 7.3 + - 7.2 + - 7.1 - 7.0 - 5.6