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 10:22:35 +01:00
Родитель 1c09bbadd1
Коммит 541f255fe4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 74434EFE0D2E2205
4 изменённых файлов: 5 добавлений и 5 удалений

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

Просмотреть файл

@ -15,7 +15,7 @@
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>2.14.0</version>
<version>2.15.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
@ -32,7 +32,7 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="26" max-version="26" />
<nextcloud min-version="27" max-version="27" />
</dependencies>
<background-jobs>

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "notifications",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"version": "2.14.0",
"version": "2.15.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,

Просмотреть файл

@ -22,6 +22,6 @@
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="25" max-version="25" />
<nextcloud min-version="27" max-version="27" />
</dependencies>
</info>