From 66c394ec0e53f14ea4ffefb5e2726f087240f355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=9F=E5=81=A5?= Date: Wed, 12 Jun 2019 13:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E5=85=83=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=20PHP=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5163f28..5874783 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ php: - 5.6 - 7.0 - 7.1 + - 7.2 + - 7.3 install: - composer update