summaryrefslogtreecommitdiffstats
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
parenta69d3dda7981e14f79bcf98ff4ef635bc7017db1 (diff)
Drop support for NC 24 add support for NC 27
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-integration-tests.yml4
-rw-r--r--.github/workflows/api-php-static-code-check.yml2
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml2
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
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)
<lib>json</lib>
<owncloud max-version="0" min-version="0"/>
- <nextcloud min-version="24" max-version="26"/>
+ <nextcloud min-version="25" max-version="27"/>
</dependencies>
<background-jobs>