From 57b25d1abcf277d7f3eabb9f7191a581ef7a44a2 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 4 Dec 2019 14:50:21 +0300 Subject: [PATCH] Drop PHP 5.4-7.0, add PHP 7.3 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 30ed28f..95f2d02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,8 @@ -dist: trusty language: php php: -# - 5.3 - - 5.4 - - 5.5 - - 5.6 - - 7.0 - 7.1 - 7.2 + - 7.3 branches: only: