summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-php-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-22 14:42:56 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-22 21:24:03 +0200
commit22a7a09579c197b0063936911a50ec70d5a4cde2 (patch)
tree7655c88a03d12cbd849789ff9edf0a7d258082ee /.github/workflows/api-php-tests.yml
parentadae144b3ce99a42adc3c7dbadcf83ab839f18fd (diff)
Release 19.0.0-beta119.0.0-beta1
Changed - Drop support for Nextcloud 22, NC 22 has reached it's end of life. - Add support for Nextcloud 25 Fixed - Corrected article compact title bar position in NC25 (#1944) - Fixed "Mark read through scrolling" in NC25 and NC24 (#1944) 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index 6ff32bbb6..0a2635316 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
- nextcloud: ['stable24']
+ nextcloud: ['stable25']
database: ['sqlite']
experimental: [false]
codecoverage: [false]