From c5067b37a35c44bced62b2660e89d85631b07d72 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Thu, 19 Sep 2019 19:11:39 +0700 Subject: [PATCH] build(travis): retire PHP pre 5.6, add PHP 7.3 --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ce5910..bbb1a7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,18 +2,14 @@ cache: directories: - $HOME/.composer/cache -git: - depth: 1 - language: php php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 + - 7.3 - nightly matrix: