From e186b3e7d55b4c3d5410957be3e5ae0c6c64d5ae Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Mon, 9 Mar 2020 07:16:58 +0900 Subject: [PATCH] =?UTF-8?q?change:=20test:=20travis.yml=E3=81=8B=E3=82=89p?= =?UTF-8?q?hp5.4,5.5=E3=82=92=E5=89=8A=E9=99=A4=E3=80=82php7.3,7.4?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=20https://github.com/NetCommons3/Ne?= =?UTF-8?q?tCommons3/issues/1560?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b740082..97859a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: php php: - - 5.4 - - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 + - 7.3 + - 7.4 sudo: false dist: trusty