From f4521c3c4fdf6450d8354789fad82ef85bc47ccb Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 12 Jan 2021 12:42:07 +0800 Subject: [PATCH] Update php version on the travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6097a5..06c8305 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 7.1.8 + - 7.3 before_script: - travis_retry composer install --prefer-source --no-interaction