зеркало из https://github.com/nextcloud/spreed.git
chore: Add Nextcloud 27 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Родитель
c726088277
Коммит
93c2aa2d03
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
branches: ["master", "stable25", "stable24"]
|
||||
branches: ["master", "stable26", "stable25", "stable24"]
|
||||
|
||||
name: update-nextcloud-ocp-${{ matrix.branches }}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
|
|||
|
||||
]]></description>
|
||||
|
||||
<version>16.0.0-rc.1</version>
|
||||
<version>17.0.0-dev</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
<author>Daniel Calviño Sánchez</author>
|
||||
|
@ -52,7 +52,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
|
|||
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png</screenshot>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="26" max-version="26" />
|
||||
<nextcloud min-version="27" max-version="27" />
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "talk",
|
||||
"version": "16.0.0",
|
||||
"version": "17.0.0",
|
||||
"private": true,
|
||||
"description": "",
|
||||
"author": "Joas Schilling <coding@schilljs.com>",
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
<licence>AGPL</licence>
|
||||
<author>Joas Schilling</author>
|
||||
<version>2.4.0</version>
|
||||
<version>2.5.0</version>
|
||||
|
||||
<types>
|
||||
<logging/>
|
||||
</types>
|
||||
|
||||
<dependencies>
|
||||
<nextcloud min-version="26" max-version="26" />
|
||||
<nextcloud min-version="27" max-version="27" />
|
||||
</dependencies>
|
||||
</info>
|
||||
|
|
Загрузка…
Ссылка в новой задаче