mirror of
https://github.com/friendica/friendica
synced 2024-11-18 19:03:40 +00:00
check more PHP version
This commit is contained in:
parent
25662eb6f4
commit
34a24711a3
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue