mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-57432 environment: raise Moodle requirement
Due to Moodle 2.7 and Moodle 3.4 not having a common compatible php version between them to upgrade from Moodle 3.4 from Moodle 2.7 you'll need to upgrade to a higher version first or upgrade php at the same time as upgrade, this encourages the former.
This commit is contained in:
parent
8c97a659ce
commit
d18f16032c
1 changed files with 1 additions and 1 deletions
|
@ -2081,7 +2081,7 @@
|
||||||
</CUSTOM_CHECK>
|
</CUSTOM_CHECK>
|
||||||
</CUSTOM_CHECKS>
|
</CUSTOM_CHECKS>
|
||||||
</MOODLE>
|
</MOODLE>
|
||||||
<MOODLE version="3.4" requires="2.7">
|
<MOODLE version="3.4" requires="3.0">
|
||||||
<UNICODE level="required">
|
<UNICODE level="required">
|
||||||
<FEEDBACK>
|
<FEEDBACK>
|
||||||
<ON_ERROR message="unicoderequired" />
|
<ON_ERROR message="unicoderequired" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue