From 7e51c7d63eebfc901e6dc2dd1384457a14242c83 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 27 Oct 2018 19:09:34 +0200 Subject: [PATCH] Add PHP 7.3 to CI matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a1f594f..169a412 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - '7.0' - '7.1' - '7.2' + - '7.3' before_script: - composer install script: