summaryrefslogtreecommitdiffstats
path: root/.github
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 /.github
parent8c96f7906370001e63a5d77fa205471c80315fb2 (diff)
Require nextcloud 20 for new development
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-tests.yml2
-rw-r--r--.github/workflows/php-tests.yml2
2 files changed, 2 insertions, 2 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: