From 1b5e3fcaa5f7c1600b911eede1662e3b8451cfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20TAMARELLE?= Date: Wed, 19 Feb 2020 15:53:22 +0100 Subject: [PATCH] Update PHP targets in travis CI --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86ba202..327ef54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,7 @@ language: php php: - - 5.3 - - 5.4 - - 5.5 - - 5.6 + - 7.2 + - 7.3 + - 7.4 -script: phpunit +script: vendor/bin/simple-phpunit