Skip to content

Commit 80f9c8e

Browse files
authored
Merge pull request #583 from nextcloud/update-main-version
feat(deps): Add Nextcloud 31 support on main
2 parents eb944ea + 5a9ade0 commit 80f9c8e

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
@@ -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>1.20.0</version>
20+
<version>2.0.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="30" max-version="30" />
43+
<nextcloud min-version="31" max-version="31" />
4444
</dependencies>
4545
</info>

0 commit comments

Comments
 (0)