mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00

Now that it has been decided to backport php82 to Moodle 4.2.x, we can already fix the php versions to be checked by the coding standard (they were previously open for the branch).
5 lines
148 B
XML
5 lines
148 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ruleset name="MoodleCore">
|
|
<rule ref="moodle"/>
|
|
<config name="testVersion" value="8.0-8.2"/>
|
|
</ruleset>
|