From b3c17e2edbe36b0148903ea9783ebe725e5dc769 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sat, 6 May 2023 09:00:10 +0200 Subject: Drop support for NC 24 add support for NC 27 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ++-- .github/workflows/api-php-static-code-check.yml | 2 +- .github/workflows/frontend-nodejs-tests.yml | 2 +- CHANGELOG.md | 5 +++-- appinfo/info.xml | 2 +- 5 files changed, 8 insertions(+), 7 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 diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 33261942a..932340f00 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -16,7 +16,7 @@ jobs: database: sqlite experimental: true - php-versions: 7.4 - nextcloud: stable24 + nextcloud: stable25 database: sqlite experimental: false name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml index d9b2ceff7..84411b689 100644 --- a/.github/workflows/frontend-nodejs-tests.yml +++ b/.github/workflows/frontend-nodejs-tests.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: php-versions: ['8.1'] - nextcloud: ['stable24'] + nextcloud: ['stable26'] database: ['sqlite'] experimental: [false] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 637463fdc..7f6a796fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,12 @@ All notable changes to this project will be documented in this file. The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match. # Unreleased -## [21.x.x] +## [22.x.x] ### Changed +- Drop support for Nextcloud 24 +- Add support for Nextcloud 27 ### Fixed - # Releases ## [21.2.0] - 2023-05-06 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 4b5070f66..af6fde87e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new) json - + -- cgit v1.2.3