From 22a7a09579c197b0063936911a50ec70d5a4cde2 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 22 Oct 2022 14:42:56 +0200 Subject: Release 19.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 --- .github/workflows/api-integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/api-integration-tests.yml') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 4d8615f36..442557642 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: ['stable22', 'stable23'] + nextcloud: ['stable23', 'stable24', 'stable25'] database: ['sqlite', 'pgsql', 'mysql'] experimental: [false] include: @@ -37,12 +37,12 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: '8.1' + - php-versions: '8.2' nextcloud: pre-release database: sqlite experimental: true - php-versions: 8.1 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false steps: -- cgit v1.2.3