check more PHP version

This commit is contained in:
Tobias Diekershoff 2018-04-22 14:56:59 +02:00
parent 25662eb6f4
commit 34a24711a3
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
--- ---
language: php language: php
php: 5.6 ## Friendica supports PHP version >= 5.6
php:
- 5.6
- 7.0
- 7.1
- 7.2
install: composer install install: composer install