]> git.mxchange.org Git - friendica.git/blobdiff - .travis.yml
check more PHP version
[friendica.git] / .travis.yml
index d3fffc6936cb032f0df5b3cbc8b9030fef1eadc0..fe436c5ddda1ff6b5f5ea211b539f1c48c232992 100644 (file)
@@ -1,4 +1,10 @@
 ---
 language: php
-php: 5.6
+## Friendica supports PHP version >= 5.6
+php:
+       - 5.6
+       - 7.0
+       - 7.1
+       - 7.2
+
 install: composer install