moodle/phpcs.xml.dist
Eloy Lafuente (stronk7) a5aa29cd2a
MDL-76724 phpcs: Moodle 4.2.x is going to use php80 to php82 only
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).
2023-06-24 12:29:53 +02:00

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>