Update testing matric and nextcloud requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7caaee721c
commit
e64d78faff
49
.travis.yml
49
.travis.yml
|
|
@ -1,9 +1,9 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.1
|
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 7.4
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
@ -20,37 +20,32 @@ addons:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PHP_COVERAGE=FALSE
|
- CORE_TYPE=nextcloud
|
||||||
|
- CORE_BRANCH=master
|
||||||
|
- APP_NAME=notifications
|
||||||
matrix:
|
matrix:
|
||||||
# Nextcloud 16+
|
- DB=sqlite
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=master DB=sqlite
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=sqlite
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=sqlite
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=sqlite
|
|
||||||
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=master DB=mysql
|
branches:
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=mysql
|
only:
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=mysql
|
- master
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=mysql
|
- /^stable\d+(\.\d+)?$/
|
||||||
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=master DB=pgsql
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable18 DB=pgsql
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable17 DB=pgsql
|
|
||||||
- CORE_TYPE=nextcloud CORE_BRANCH=stable16 DB=pgsql
|
|
||||||
|
|
||||||
# ownCloud 10.4+
|
|
||||||
# ownCloud does not seem to maintain old stable branches anymore, so I can only test master
|
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=sqlite
|
|
||||||
|
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=mysql
|
|
||||||
|
|
||||||
- CORE_TYPE=owncloud CORE_BRANCH=master DB=pgsql
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
|
||||||
exclude:
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
- php: 7.3
|
||||||
|
env: DB=mysql
|
||||||
|
- php: 7.3
|
||||||
|
env: DB=pgsql
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=sqlite CORE_BRANCH=stable19
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=sqlite CORE_BRANCH=stable18
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=sqlite CORE_BRANCH=stable17
|
||||||
|
- php: 7.3
|
||||||
|
env: DB=sqlite CORE_BRANCH=master CORE_TYPE=owncloud
|
||||||
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# XDebug is only needed if we report coverage -> speeds up other builds
|
# XDebug is only needed if we report coverage -> speeds up other builds
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<owncloud min-version="9.0" max-version="11"/>
|
<owncloud min-version="9.0" max-version="11"/>
|
||||||
<nextcloud min-version="16" max-version="19" />
|
<nextcloud min-version="17" max-version="20" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue