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).
This commit is contained in:
Eloy Lafuente (stronk7)
2023-06-24 12:29:53 +02:00
parent 3ac9bda79a
commit a5aa29cd2a
+1 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="MoodleCore">
<rule ref="moodle"/>
<config name="testVersion" value="8.0-"/>
<config name="testVersion" value="8.0-8.2"/>
</ruleset>