Document PHP 8.3 support

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2023-10-12 11:10:25 +02:00
parent ed17a88cd9
commit a84675fb0e
4 changed files with 13 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ For best performance, stability and functionality we have documented some recomm
| PHP Runtime | - 8.0 (*deprecated*) |
| | - 8.1 |
| | - **8.2** (*recommended*) |
| | - 8.3 |
+------------------+-----------------------------------------------------------------------+
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.

View File

@@ -6,7 +6,7 @@ System requirements
-------------------
* PHP 8.2 is recommended over PHP 8.1.
* PHP 8.0 is deprecated and will be removed in Nextcloud 28.
* PHP 8.0 is deprecated and might be removed in Nextcloud 28.
Exposed system address book
---------------------------

View File

@@ -2,4 +2,9 @@
Upgrade to Nextcloud 28
=======================
To be documented
System requirements
-------------------
* PHP 8.3 is now supported, but 8.2 is recommended.
To be documented

View File

@@ -54,6 +54,11 @@ Removed APIs
Back-end changes
----------------
PHP 8.3
^^^^^^^
In this release support for PHP 8.3 was added. See release notes from PHP about new deprecations.
Development dependency hell
^^^^^^^^^^^^^^^^^^^^^^^^^^^