Skip to content

Commit 4ce5bd2

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

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']
2424

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

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ sudo -u www-data ./occ usage-report:generate --verbose admin
2020
```
2121
]]></description>
2222

23-
<version>1.14.0</version>
23+
<version>2.0.0</version>
2424
<licence>agpl</licence>
2525
<author>Joas Schilling</author>
2626

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

4141
<dependencies>
42-
<nextcloud min-version="30" max-version="30" />
42+
<nextcloud min-version="31" max-version="31" />
4343
</dependencies>
4444

4545
<commands>

0 commit comments

Comments
 (0)