Skip to content

Commit f8a8e15

Browse files
committed
feat(deps): Add Nextcloud 31 support on master
Signed-off-by: Joas Schilling <[email protected]>
1 parent d15cc1d commit f8a8e15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-nextcloud-ocp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
23+
branches: ['main', 'master', 'stable30', 'stable29', 'stable28', 'stable27']
2424

2525
name: update-nextcloud-ocp-${{ matrix.branches }}
2626

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Nextcloud announcements</name>
1010
<summary>Nextcloud announcements brings the latest news of Nextcloud into your notifications</summary>
1111
<description>Nextcloud announcements brings the latest news of Nextcloud into your notifications</description>
12-
<version>2.0.0</version>
12+
<version>3.0.0</version>
1313
<licence>agpl</licence>
1414
<author>Joas Schilling</author>
1515
<namespace>NextcloudAnnouncements</namespace>
@@ -26,7 +26,7 @@
2626
<repository type="git">https://github.com/nextcloud/nextcloud_announcements.git</repository>
2727

2828
<dependencies>
29-
<nextcloud min-version="30" max-version="30" />
29+
<nextcloud min-version="31" max-version="31" />
3030
</dependencies>
3131

3232
<background-jobs>

0 commit comments

Comments
 (0)