Browse Source

update php compatibility version

pull/379/head
SteelWagstaff 2 years ago
parent
commit
88db403b1e
  1. 2
      phpcs.ruleset.xml

2
phpcs.ruleset.xml

@ -16,5 +16,5 @@
</rule> </rule>
<!-- Run against the PHPCompatibility ruleset --> <!-- Run against the PHPCompatibility ruleset -->
<rule ref="PHPCompatibility"/> <rule ref="PHPCompatibility"/>
<config name="testVersion" value="7.3-7.4"/> <config name="testVersion" value="8.0-8.1"/>
</ruleset> </ruleset>

Loading…
Cancel
Save