From 5ac663056610927ef6ee1cd670bde7111300d472 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 17 Oct 2018 17:52:00 +0200 Subject: [PATCH] travis: added PHP 7.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6e001d760..0b7223c75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: php php: - 7.1 - 7.2 + - 7.3 before_install: # turn off XDebug