Skip to content

Commit ee7ffcb

Browse files
committed
[docs] Update PHP Version Support statement (MDLSITE-7677)
1 parent 1a2561b commit ee7ffcb

File tree

1 file changed

+2
-2
lines changed
  • general/development/policies

1 file changed

+2
-2
lines changed

general/development/policies/php.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We always follow this agreed policy regarding PHP and Moodle supported versions:
2020
1. A LTS will always **require the previous LTS** (or later) for upgrading.
2121
2. The **maximum PHP version** supported for a branch will be the max one achieved along the life of the branch. Usually with .0 releases but may happen later (we added support for php80 with 3.11.8, or support for php81 with 4.1.2, for example).
2222
3. The **minimum PHP** version supported for a branch will be **the lower of**:
23-
- The [minimum version supported in any way by php](https://www.php.net/supported-versions.php) the day of the Moodle release (so we provide slow, progressive increments).
23+
- The [minimum version supported in any way by php](https://www.php.net/supported-versions.php) that is under support for at least 12 more months when the new Moodle version gets released (so we provide slow, progressive increments).
2424
- The maximum PHP version supported by the previous LTS branch (so we guarantee jumping between LTS is possible without upgrading PHP at the same time).
2525

2626
<details>
@@ -33,7 +33,7 @@ Since Moodle 3.5 (MDL-59159), these rules apply to decide Minimum PHP and Moodle
3333
# A LTS will always require the previous LTS (or later) for upgrading.
3434
# The maximum PHP version supported for a branch will be the max one achieved along the life of the branch. Usually with .0 releases but may happen later (we added support for php80 with 3.11.8, or support for php81 with 4.1.2, for example).
3535
# The minimum PHP version supported for a branch will be *the lower of*:
36-
-- The [minimum version supported in any way by php|http://php.net/supported-versions.php] the day of the Moodle release (so we provide slow, progressive increments).
36+
-- The [minimum version supported in any way by php|http://php.net/supported-versions.php] that is under support for at least 12 more months when the new Moodle version gets released (so we provide slow, progressive increments).
3737
-- The maximum PHP version supported by the previous LTS branch (so we guarantee jumping between LTS is possible without upgrading PHP at the same time).{panel}
3838
```
3939

0 commit comments

Comments
 (0)