summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-01-27 11:24:09 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-27 12:30:11 +0100
commitc8800fcbc2cc79494f547231313692aca4046b29 (patch)
tree3dc200a2c73facb7bf56e1efe048519c0b2f276e /.github/workflows/api-integration-tests.yml
parentfb7edac5703b5ebb016541c4591720d3c472ad70 (diff)
Nextcloud 23 is EOL
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 484bf38b3..bfbb320aa 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.4', '8.0']
- nextcloud: ['stable23', 'stable24', 'stable25']
+ nextcloud: ['stable24', 'stable25']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include: