Up minimum PHP version to 8.0 and maximum to 8.2

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2023-02-21 15:59:45 +01:00
parent 90def73770
commit 823e15725d
3 changed files with 10 additions and 10 deletions

View File

@@ -30,9 +30,9 @@ For best performance, stability and functionality we have documented some recomm
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
| | - nginx with ``php-fpm`` |
+------------------+-----------------------------------------------------------------------+
| PHP Runtime | - 7.4 (*deprecated*) |
| | - 8.0 |
| PHP Runtime | - 8.0 |
| | - **8.1** (*recommended*) |
| | - 8.2 |
+------------------+-----------------------------------------------------------------------+
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.