Skip to content

Commit aaf7a61

Browse files
authored
Update test and minimum supported WP versions in example configuration
1 parent 03f9805 commit aaf7a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Create the `.phpcs.xml` or `phpcs.xml` file at the root of your project:
2828
<exclude-pattern>\vendor/*</exclude-pattern>
2929
<exclude-pattern>\.github/*</exclude-pattern>
3030

31-
<config name="testVersion" value="5.6-"/>
31+
<config name="testVersion" value="7.2-"/>
3232
<config name="multi_domains" value="true"/>
33-
<config name="minimum_supported_wp_version" value="5.2"/>
33+
<config name="minimum_supported_wp_version" value="5.5"/>
3434

3535
<rule ref="WPForms"/>
3636

0 commit comments

Comments
 (0)