summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-08-11 10:48:41 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-22 09:14:32 +0200
commitca9e07b3ba6969a45f98c710c3a137299ad93b01 (patch)
tree209e99663672a1a11b12329e93c5eeede67966e5 /.github/workflows/api-integration-tests.yml
parenteb9ec5d3349272cdef632ec9197b44fc9c1c5725 (diff)
drop support for Nextcloud 25
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 3387861a5..5434403ae 100644
--- a/.github/workflows/api-integration-tests.yml
+++ b/.github/workflows/api-integration-tests.yml
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1']
- nextcloud: ['stable25', 'stable26', 'stable27']
+ nextcloud: ['stable26', 'stable27']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include: