From: Hypolite Petovan Date: Wed, 23 Jan 2019 03:02:35 +0000 (-0500) Subject: [Travis] Update target PHP versions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41136e53ccbb3ff3524481b9b129dcc2dff90d2d;p=friendica.git [Travis] Update target PHP versions --- diff --git a/.travis.yml b/.travis.yml index f9f9acff19..c66457325f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ --- language: php -## Friendica supports PHP version >= 5.6.1 +## Friendica officially supports PHP version >= 7.1 php: - - 5.6 - - 7.0 - 7.1 - 7.2 + - 7.3 services: - mysql