Update minimal WordPress version in phpcs.xml to the 6.1

This commit is contained in:
Karol Manijak 2023-05-11 14:08:58 +02:00
parent c3e4321cb6
commit af725d558e
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->