Skip to content

Commit e854757

Browse files
Merge pull request #252 from nextcloud/update-master-version
feat(deps): Add Nextcloud 30 support on master
2 parents 683e44a + d4090aa commit e854757

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
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
branches: ['main', 'master', 'stable28', 'stable27', 'stable26']
20+
branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
2121

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

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
it again at any time.
1111
</description>
1212

13-
<version>1.17.0</version>
13+
<version>2.0.0</version>
1414
<licence>agpl</licence>
1515
<author>Björn Schiessle</author>
1616
<author>Joas Schilling</author>
@@ -24,7 +24,7 @@
2424
<bugs>https://github.com/nextcloud/survey_client/issues</bugs>
2525

2626
<dependencies>
27-
<nextcloud min-version="29" max-version="29" />
27+
<nextcloud min-version="30" max-version="30" />
2828
</dependencies>
2929

3030
<repair-steps>

0 commit comments

Comments
 (0)