summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-03 11:43:26 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-03 11:43:26 +0100
commit93c2aa2d03fe344f9a98d5e7a4402a2255b91c86 (patch)
tree3d516e5160c901d56dd2b028b1aa1b087a317cd2 /tests
parentc7260882778b764e306a00b2217042d0e6232818 (diff)
chore: Add Nextcloud 27 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/spreedcheats/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration/spreedcheats/appinfo/info.xml b/tests/integration/spreedcheats/appinfo/info.xml
index ce55b48bf..4596e17c5 100644
--- a/tests/integration/spreedcheats/appinfo/info.xml
+++ b/tests/integration/spreedcheats/appinfo/info.xml
@@ -7,13 +7,13 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.4.0</version>
+ <version>2.5.0</version>
<types>
<logging/>
</types>
<dependencies>
- <nextcloud min-version="26" max-version="26" />
+ <nextcloud min-version="27" max-version="27" />
</dependencies>
</info>