summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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: