summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2020-09-20 17:40:14 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-25 19:18:04 +0200
commit2c8b4fa019749113658b9ed8cae211b679e4cbc0 (patch)
tree7d5c65a2a03e7430b5f4ce2b743595129a0a694c
parent8c96f7906370001e63a5d77fa205471c80315fb2 (diff)
Require nextcloud 20 for new development
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
-rw-r--r--.github/workflows/integration-tests.yml2
-rw-r--r--.github/workflows/php-tests.yml2
-rw-r--r--AUTHORS.md3
-rw-r--r--appinfo/info.xml2
4 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index b48d2ac79..c77145817 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
- nextcloud: ['17', '18', '19']
+ nextcloud: ['20']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
diff --git a/.github/workflows/php-tests.yml b/.github/workflows/php-tests.yml
index 79a26d437..004514978 100644
--- a/.github/workflows/php-tests.yml
+++ b/.github/workflows/php-tests.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4']
- nextcloud: ['19']
+ nextcloud: ['20']
database: ['sqlite']
experimental: [false]
steps:
diff --git a/AUTHORS.md b/AUTHORS.md
index ea686cb5a..187c491c4 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -8,8 +8,8 @@
* [Sean Molenaar](mailto:SMillerDev@users.noreply.github.com)
* [Jan-Christoph Borchardt](mailto:hey@jancborchardt.net)
* [Daniel Schaal](mailto:daniel@schaal.email)
-* [Davide Saurino](mailto:davide.saurino@alcacoop.it)
* [Sean Molenaar](mailto:sean@seanmolenaar.eu)
+* [Davide Saurino](mailto:davide.saurino@alcacoop.it)
* [raghunayyar](mailto:me@iraghu.com)
* [bastei](mailto:bastei@users.noreply.github.com)
* [Bernhard Posselt](mailto:bep@foryouandyourcustomers.com)
@@ -81,6 +81,7 @@
* [DriverXX](mailto:DriverXX@users.noreply.github.com)
* [DriverXX](mailto:thegio.f@gmail.com)
* [DudleyDursley](mailto:35841630+DudleyDursley@users.noreply.github.com)
+* [Felix](mailto:22506886+felurx@users.noreply.github.com)
* [Felix](mailto:eppfel@users.noreply.github.com)
* [Felix Bartels](mailto:felix@host-consultants.de)
* [Florian Hülsmann](mailto:fh@cbix.de)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dc09c50f7..e6d6dab59 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -37,7 +37,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<lib>SimpleXML</lib>
<lib>iconv</lib>
<owncloud max-version="0" min-version="0"/>
- <nextcloud min-version="16" max-version="20"/>
+ <nextcloud min-version="20" max-version="21"/>
</dependencies>
<background-jobs>