From 361f0ccb2226a1478f895d6df4ad195d6c69e7e7 Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 18 Feb 2019 11:23:10 +0100 Subject: [PATCH] [Travis] Build also against PHP 7.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f703cc1..f58ed387 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: - 7.2 + - 7.3 services: - mysql