Update minimal WordPress version in phpcs.xml to the 6.1
This commit is contained in:
parent
c3e4321cb6
commit
af725d558e
|
@ -8,7 +8,7 @@
|
|||
<exclude-pattern>languages/woo-gutenberg-products-block.php</exclude-pattern>
|
||||
|
||||
<!-- Configs -->
|
||||
<config name="minimum_supported_wp_version" value="6.0" />
|
||||
<config name="minimum_supported_wp_version" value="6.1" />
|
||||
<config name="testVersion" value="7.2-" />
|
||||
|
||||
<!-- Rules -->
|
||||
|
|
Loading…
Reference in New Issue