Update WP min version in PHPCS file

It should match the min WP version of WooCommerce Core
This commit is contained in:
Saad Tarhi 2023-09-11 15:14:46 +01:00
parent ac49526ad6
commit f7dad7ae98
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.3" />
<config name="minimum_supported_wp_version" value="6.2" />
<config name="testVersion" value="7.3-" />
<!-- Rules -->