]> git.mxchange.org Git - friendica.git/commitdiff
[Travis] Update target PHP versions
authorHypolite Petovan <hypolite@mrpetovan.com>
Wed, 23 Jan 2019 03:02:35 +0000 (22:02 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Wed, 23 Jan 2019 14:07:02 +0000 (09:07 -0500)
.travis.yml

index f9f9acff197bc402809bd4703fc750e519d4f7ad..c66457325f9ccdd7a89513029f5adb324b90a32f 100644 (file)
@@ -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