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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user