Skip to content

Commit b76d61f

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

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
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
branches: ['main', 'master', 'stable31', 'stable30']
27+
branches: ['main', 'master', 'stable32', 'stable31', 'stable30']
2828

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

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ An example would be to deny access to MS Excel/XLSX files owned by the "Human Re
1717

1818
Learn more about File Access Control on [https://nextcloud.com/workflow](https://nextcloud.com/workflow)</description>
1919

20-
<version>3.0.0-dev.0</version>
20+
<version>4.0.0-dev.0</version>
2121
<licence>agpl</licence>
2222
<author>Arthur Schiwon</author>
2323
<author>Joas Schilling</author>
@@ -40,6 +40,6 @@ Learn more about File Access Control on [https://nextcloud.com/workflow](https:/
4040
<repository type="git">https://github.com/nextcloud/files_accesscontrol.git</repository>
4141
<screenshot>https://raw.githubusercontent.com/nextcloud/files_accesscontrol/master/screenshots/flow.png</screenshot>
4242
<dependencies>
43-
<nextcloud min-version="32" max-version="32" />
43+
<nextcloud min-version="33" max-version="33" />
4444
</dependencies>
4545
</info>

0 commit comments

Comments
 (0)