From 8a09e8682c289c3e872507732c37ff7c4c9c81f9 Mon Sep 17 00:00:00 2001 From: Baptiste Lafontaine Date: Mon, 1 Jul 2019 15:13:43 +0200 Subject: [PATCH] Add php 7.3 as testing target for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ab65f0a..486041d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 7.1 - 7.2 + - 7.3 before_script: - wget http://getcomposer.org/composer.phar