Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8de22acc0d
commit
ffc39bf3c9
|
|
@ -1,7 +1,6 @@
|
|||
sudo: false
|
||||
language: php
|
||||
php:
|
||||
- 7.2
|
||||
- 7.3
|
||||
- 7.4
|
||||
|
||||
|
|
@ -36,6 +35,8 @@ matrix:
|
|||
env: DB=mysql
|
||||
- php: 7.3
|
||||
env: DB=pgsql
|
||||
- php: 7.2
|
||||
env: CORE_BRANCH=stable20
|
||||
fast_finish: true
|
||||
|
||||
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/admin-settings.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="20" max-version="20" />
|
||||
<nextcloud min-version="20" max-version="21" />
|
||||
</dependencies>
|
||||
<settings>
|
||||
<admin>OCA\Registration\Settings\RegistrationSettings</admin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue