From 8d70768e094dbc69c74b657a4b82b784d639bed4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 19 Dec 2019 10:03:11 +0100 Subject: [PATCH] Let travis test on PHP 7.2, 7.3 and 7.4 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c7216ec..5f179b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,8 @@ addons: - xsltproc php: - 7.2 - - 7.1 - - 5.6 + - 7.3 + - 7.4 script: - cd tests - phpunit . -- 2.30.2