summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-php-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-03-06 14:42:16 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-06 17:07:19 +0100
commitd11f0cafab52b8e83d51007de5eca562de0f1f95 (patch)
tree63c5775a359523fbc04649a3760a9033cef8325a /.github/workflows/api-php-tests.yml
parent5dbe8688bba13e020ed33bc587b8fe3327f8197e (diff)
use stable26
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/api-php-tests.yml')
-rw-r--r--.github/workflows/api-php-tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index 0a2635316..f5f75a095 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -10,13 +10,13 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
- nextcloud: ['stable25']
+ nextcloud: ['stable26']
database: ['sqlite']
experimental: [false]
codecoverage: [false]
include:
- php-versions: 8.0
- nextcloud: stable24
+ nextcloud: stable25
database: sqlite
experimental: false
codecoverage: true