summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-09-26 12:48:47 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-11-18 14:10:57 +0100
commit7d05abc7691c52db803acc1837d2b4f2c7941017 (patch)
treedddcf2f9811cb98a6f5a7878f992e963cc6162bd /.github/workflows/api-integration-tests.yml
parentd9cb3433085ac2a43cd34b4232350f1578ce8201 (diff)
Drop support for Nextcloud 20
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index b6828ecdf..a4c8af8b6 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.3', '7.4']
- nextcloud: ['stable20', 'stable21', 'stable22']
+ nextcloud: ['stable21', 'stable22']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include: