Skip to content

Commit 8d7f88a

Browse files
committed
fix(tests): bump Nextcloud minVersion for new licence values
Signed-off-by: Edward Ly <[email protected]>
1 parent 0dc6cae commit 8d7f88a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nextcloudappstore/api/v1/tests/data/infoxmls/app_api.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<category>tools</category>
1010
<bugs>https://github.com/cloud-py-api/nc_py_api/issues</bugs>
1111
<dependencies>
12-
<nextcloud min-version="28" max-version="28"/>
12+
<nextcloud min-version="31" max-version="31"/>
1313
</dependencies>
1414
<documentation>
1515
<developer>https://cloud-py-api.github.io/nc_py_api/</developer>

nextcloudappstore/api/v1/tests/data/infoxmls/fullimport.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<lib>iconv</lib>
6767

6868
<!-- version numbers will be padded to three digits with 0 (min-version) and 2^64 (max-version) -->
69-
<nextcloud min-version="9" max-version="10"/>
69+
<nextcloud min-version="31" max-version="31"/>
7070
</dependencies>
7171

7272
<!-- further elements to test if parser ignores non defined fields -->

nextcloudappstore/api/v1/tests/data/infoxmls/minimal.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<category>multimedia</category>
1111
<bugs>https://github.com/nextcloud/news/issues</bugs>
1212
<dependencies>
13-
<nextcloud min-version="11" max-version="12"/>
13+
<nextcloud min-version="31" max-version="31"/>
1414
</dependencies>
1515
</info>

0 commit comments

Comments
 (0)