Skip to content

Commit d10bd73

Browse files
committed
feat(deps): Add Nextcloud 33 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 1dec348 commit d10bd73

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
branches: ['main', 'master', 'stable31', 'stable30']
26+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2727

2828
name: update-nextcloud-ocp-${{ matrix.branches }}
2929

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Monitoring</name>
1010
<summary>Monitoring app with useful server information</summary>
1111
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
12-
<version>4.0.0-dev.0</version>
12+
<version>5.0.0-dev.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<author>Ivan Sein Santiago</author>
@@ -19,7 +19,7 @@
1919
<category>monitoring</category>
2020
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
2121
<dependencies>
22-
<nextcloud min-version="32" max-version="32" />
22+
<nextcloud min-version="33" max-version="33" />
2323
</dependencies>
2424
<background-jobs>
2525
<job>OCA\ServerInfo\Jobs\UpdateStorageStats</job>

0 commit comments

Comments
 (0)