summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-05-06 09:00:10 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-18 08:43:05 +0200
commitb3c17e2edbe36b0148903ea9783ebe725e5dc769 (patch)
tree14553caefdda88818a72f14e67b64abeece3cd33 /.github/workflows/api-integration-tests.yml
parenta69d3dda7981e14f79bcf98ff4ef635bc7017db1 (diff)
Drop support for NC 24 add support for NC 27
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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index 913fd0b6d..3d70e5d80 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: ['stable24', 'stable25', 'stable26']
+ nextcloud: ['stable25', 'stable26']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
@@ -42,7 +42,7 @@ jobs:
database: sqlite
experimental: true
- php-versions: 7.4
- nextcloud: stable24
+ nextcloud: stable25
database: sqlite
experimental: false
- php-versions: 8.2