Skip to content

Commit dda460a

Browse files
committed
Increase min WP version to 6.3 with the upcoming release of WP 6.5.
1 parent 69ccae4 commit dda460a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PronamicWP/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- Minimum WordPress version to check. -->
2323
<!-- @link https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-classes-and-function-parameters -->
24-
<config name="minimum_wp_version" value="6.2" />
24+
<config name="minimum_wp_version" value="6.3" />
2525

2626
<!-- PHP compatibility test version. -->
2727
<config name="testVersion" value="8.1-" />

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ https://www.php.net/supported-versions.php
1616

1717
### WordPress
1818

19+
- `6.5`
1920
- `6.4`
2021
- `6.3`
21-
- `6.2`
2222

2323
https://codex.wordpress.org/WordPress_Versions
2424

@@ -92,10 +92,10 @@ Required through `PHPCompatibilityWP`.
9292

9393
https://github.com/WordPress/WordPress-Coding-Standards
9494

95-
By default the minimum WordPress version to check is set to `6.2` via the following setting:
95+
By default the minimum WordPress version to check is set to `6.3` via the following setting:
9696

9797
```xml
98-
<config name="minimum_supported_wp_version" value="6.2" />
98+
<config name="minimum_supported_wp_version" value="6.3" />
9999
```
100100

101101
https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#minimum-wp-version-to-check-for-usage-of-deprecated-functions-classes-and-function-parameters

0 commit comments

Comments
 (0)