summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-05-18 07:43:58 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-05-18 07:43:58 +0200
commit447e087a3e439fb8802e29ae957c40d42e697025 (patch)
tree8cd643510563362a1483156ca919553c951485d6
parent9f8e5c3cce4e08f07dc0726a929f03110fcb7f84 (diff)
Drop support for PHP 7.4 new min. version is php 8.0remove/PHP7.4
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.yml4
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--docs/install.md4
5 files changed, 8 insertions, 11 deletions
diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml
index 3d70e5d80..07ea4d57f 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 932340f00..87d7804b0 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 7f6a796fb..8c2860811 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]
### Changed
- Drop support for Nextcloud 24
diff --git a/appinfo/info.xml b/appinfo/info.xml
index af6fde87e..6c311cbdf 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -43,7 +43,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
<dependencies>
- <php min-version="7.4" min-int-size="64"/>
+ <php min-version="8.0" min-int-size="64"/>
<database min-version="10">pgsql</database>
<database>sqlite</database>
<database min-version="8.0">mysql</database>
diff --git a/docs/install.md b/docs/install.md
index 84d218341..0aad89621 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: