Update# exclude more unsupported php version by core

This commit is contained in:
Pellaeon Lin 2018-04-28 23:50:58 +08:00
parent 74704d562f
commit cd599a41eb
1 changed files with 13 additions and 0 deletions

View File

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