summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-05-18 11:15:53 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-18 12:59:01 +0200
commita97cde9fee4aa86c622cd2a4eab82823d562b5ed (patch)
tree5aafe68e6493fb31874cbddf608ced007449b881 /.github/workflows/api-integration-tests.yml
parent2b4a680a63beeb6e172f49e2022dae3c99605cac (diff)
add testing on stable27
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 3d70e5d80..b8d6cd5ad 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']
+ nextcloud: ['stable25', 'stable26', 'stable27']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include: