Skip to content

Commit

Permalink
Bump tested up to version
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex authored and jeherve committed Nov 16, 2023
1 parent c59548e commit 5174605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/packages/codesniffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You should then include the Jetpack rules in your `.phpcs.xml.dist`, like
```
You will also likely want to set some configuration for other included rulesets:
```xml
<config name="minimum_supported_wp_version" value="5.4" />
<config name="minimum_supported_wp_version" value="6.3" />
<config name="testVersion" value="7.0-"/>
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<ruleset>

<config name="minimum_supported_wp_version" value="6.0" />
<config name="minimum_supported_wp_version" value="6.3" />
<config name="testVersion" value="7.0-"/>

<!-- Ruleset under test. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<ruleset>

<config name="minimum_supported_wp_version" value="6.0" />
<config name="minimum_supported_wp_version" value="6.3" />
<config name="testVersion" value="7.0-"/>

<!-- Ruleset under test. -->
Expand Down

0 comments on commit 5174605

Please sign in to comment.