From dafdf994c93e58b4935489be9f7684d497497e25 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 18 May 2023 07:43:58 +0200 Subject: [PATCH] Drop support for PHP 7.4 new min. version is php 8.0 Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 4 ---- .github/workflows/api-php-static-code-check.yml | 4 ---- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- docs/install.md | 4 ++-- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 16ea84198..3387861a5 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -41,10 +41,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: 7.4 - nextcloud: stable25 - database: sqlite - experimental: false - php-versions: 8.2 nextcloud: stable26 database: sqlite diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml index 4afd9eaf1..37035c244 100644 --- a/.github/workflows/api-php-static-code-check.yml +++ b/.github/workflows/api-php-static-code-check.yml @@ -15,10 +15,6 @@ jobs: nextcloud: pre-release database: sqlite experimental: true - - php-versions: 7.4 - nextcloud: stable25 - database: sqlite - experimental: false name: "phpstan: Nextcloud ${{ matrix.nextcloud }} with ${{ matrix.php-versions }}" steps: - name: Checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f38d83e..ed7d4ccce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ 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 +## [23.x.x] +### Changed +- Drop support for PHP 7.4 new min. version is php 8.0 +### Fixed + ## [22.x.x] ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 1b06a84ad..c297a241c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -43,7 +43,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new) https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png - + pgsql sqlite mysql diff --git a/docs/install.md b/docs/install.md index 4fa39b752..18598cc55 100644 --- a/docs/install.md +++ b/docs/install.md @@ -2,8 +2,8 @@ ## Dependencies * 64bit OS (starting with News 16.0.0) -* PHP >= 7.3 -* Nextcloud 22 +* PHP >= 8.0 +* Nextcloud (current stable version) * libxml >= 2.7.8 You also need some PHP extensions: