Skip to content

Commit cb7b633

Browse files
authored
Merge pull request nextcloud#15119 from nextcloud/fix/system-requirements
Document PHP version and official Linux distribution support changes
2 parents 6c1d002 + 6b6564b commit cb7b633

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

admin_manual/installation/system_requirements.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ For best performance, stability and functionality we have documented some recomm
1616
+==================+=======================================================================+
1717
| Operating System | - **Ubuntu 26.04 LTS** (recommended) |
1818
| (64-bit) | - Ubuntu 24.04 LTS |
19-
| | - Ubuntu 22.04 LTS |
2019
| | - **Red Hat Enterprise Linux 10** (recommended) |
2120
| | - Red Hat Enterprise Linux 9 |
2221
| | - Debian 13 (Trixie) |
23-
| | - Debian 12 (Bookworm) |
2422
| | - SUSE Linux Enterprise Server 16 |
25-
| | - SUSE Linux Enterprise Server 15 SP6 (or later) |
23+
| | - SUSE Linux Enterprise Server 15 SP7 (or later) |
2624
| | - openSUSE Leap 16 |
2725
| | - CentOS Stream |
2826
| | - Alpine Linux |

admin_manual/release_notes/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
1414
.. toctree::
1515
:maxdepth: 1
1616

17+
upgrade_to_35.rst
1718
upgrade_to_33.rst
1819
upgrade_to_32.rst
1920
upgrade_to_31.rst
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=======================
2+
Upgrade to Nextcloud 35
3+
=======================
4+
5+
System requirements
6+
-------------------
7+
8+
- PHP 8.2 is no longer supported.
9+
- The list of officially supported operating system has been updated:
10+
11+
- The minimum supported version of *SUSE Linux Enterprise Server 15* has been bumped to SP7.
12+
- The minimum supported version of *Debian Linux* has been bumped to *13 (Trixie)*.
13+
- The minimum supported version of *Ubuntu Linux* has been bumped to *24.04*.

developer_manual/release_notes/critical_changes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Update info.xml to add Nextcloud 35 to the support range:
2424
2525
To allow installation on older versions too, just keep the previous min-version.
2626

27+
Updated PHP requirements
28+
------------------------
29+
30+
The support for PHP 8.2 has been dropped, the minimum supported PHP version of Nextcloud 35 is now 8.3.
31+
2732
Removed front-end APIs and libraries
2833
------------------------------------
2934

0 commit comments

Comments
 (0)