chore: Add Nextcloud 27 support on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-03-03 11:43:26 +01:00
Родитель c726088277
Коммит 93c2aa2d03
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
4 изменённых файлов: 6 добавлений и 6 удалений

2
.github/workflows/update-nextcloud-ocp.yml поставляемый
Просмотреть файл

@ -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>