travis: nextcloud 16 doesn't support php 7.0 anymore

This commit is contained in:
Pellaeon Lin 2019-03-09 11:29:49 +00:00
parent bd9c5d889e
commit 26a61725f0
1 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,12 @@ matrix:
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
- php: 7.0
env: CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
- php: 7.0
env: CORE_TYPE=nextcloud CORE_BRANCH=master DB=sqlite
- php: 7.0
env: CORE_TYPE=nextcloud CORE_BRANCH=master DB=mysql
- php: 7.0
env: CORE_TYPE=nextcloud CORE_BRANCH=master DB=pgsql
# Nextcloud prior v11 is not compatible with PHP 7.1
# (see https://github.com/nextcloud/server/blob/stable10/console.php#L42)