Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 30 support on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 28, 2024
1 parent 36b3546 commit 1b70186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']

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

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Monitoring</name>
<summary>Monitoring app with useful server information</summary>
<description>Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc.</description>
<version>1.19.0</version>
<version>2.0.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
<author>Ivan Sein Santiago</author>
Expand All @@ -15,7 +15,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/serverinfo/issues</bugs>
<dependencies>
<nextcloud min-version="29" max-version="29" />
<nextcloud min-version="30" max-version="30" />
</dependencies>
<background-jobs>
<job>OCA\ServerInfo\Jobs\UpdateStorageStats</job>
Expand Down

0 comments on commit 1b70186

Please sign in to comment.