Skip to content

Commit

Permalink
feat(deps): Add Nextcloud 32 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 Jan 23, 2025
1 parent 23913f4 commit 0f9936c
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 @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']

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 @@ -24,7 +24,7 @@ $ sudo -u www-data ./occ usage-report:generate --verbose admin
```
]]></description>

<version>2.0.0</version>
<version>3.0.0-dev.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>

Expand All @@ -43,7 +43,7 @@ $ sudo -u www-data ./occ usage-report:generate --verbose admin
<screenshot>https://raw.githubusercontent.com/nextcloud/user_usage_report/master/docs/screenshot.png</screenshot>

<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</dependencies>

<commands>
Expand Down

0 comments on commit 0f9936c

Please sign in to comment.