From 1128d7dac63051bdbfc4de17e009c3db1fba49dc Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 22 Jun 2019 19:39:16 +0200 Subject: [PATCH] (travis) build on php7.3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f139b03..ff8c61e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,11 @@ services: - docker env: - - V8VER=7.5 - PHPVER=7.0 - V8VER=7.5 PHPVER=7.1 - V8VER=7.5 PHPVER=7.2 + - V8VER=7.5 + PHPVER=7.3 script: make -f Makefile.travis test