From 376c3c53833dc5766cd6e9751ee46ae8f538fda6 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Tue, 10 Mar 2020 09:48:32 +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 18ebb2e..aecbcb0 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