Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 79e4946

Browse files
committed
Update minimal WordPress version in phpcs.xml to the 6.1
1 parent 9c909ba commit 79e4946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<exclude-pattern>languages/woo-gutenberg-products-block.php</exclude-pattern>
99

1010
<!-- Configs -->
11-
<config name="minimum_supported_wp_version" value="6.0" />
11+
<config name="minimum_supported_wp_version" value="6.1" />
1212
<config name="testVersion" value="7.2-" />
1313

1414
<!-- Rules -->

0 commit comments

Comments
 (0)