Merge pull request #244 from nextcloud/update-master-version
Update version on master
This commit is contained in:
commit
47d2b5be87
|
|
@ -1,7 +1,6 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: php
|
language: php
|
||||||
php:
|
php:
|
||||||
- 7.2
|
|
||||||
- 7.3
|
- 7.3
|
||||||
- 7.4
|
- 7.4
|
||||||
|
|
||||||
|
|
@ -20,10 +19,10 @@ addons:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- CORE_BRANCH=master
|
|
||||||
- APP_NAME=registration
|
- APP_NAME=registration
|
||||||
matrix:
|
- CORE_BRANCH=master
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
|
matrix:
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
@ -36,6 +35,8 @@ matrix:
|
||||||
env: DB=mysql
|
env: DB=mysql
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: DB=pgsql
|
env: DB=pgsql
|
||||||
|
- php: 7.2
|
||||||
|
env: CORE_BRANCH=stable20
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ This app allows users to register a new account.
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif</screenshot>
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="20" max-version="20" />
|
<nextcloud min-version="20" max-version="21" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<settings>
|
<settings>
|
||||||
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue