Skip to content

Commit 656e4ee

Browse files
authored
Merge pull request #2662 from rodrigoprimo/update-phpcs-xml-dist-sample
Update `phpcs.xml.dist.sample` and add related item to release checklist
2 parents 2cff710 + e78587a commit 656e4ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/release-checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PR for tracking changes for the x.x.x release. Target release date: **DOW MONTH
1515
- [ ] PHPCSUtils: check if there have been [releases][phpcsutils-releases] since the last WordPressCS release and update WordPressCS code to take advantage of any new utilities - PR #xxx
1616
- [ ] PHPCSExtra: check if there have been [releases][phpcsextra-releases] since the last WordPressCS release and check through the changelog to see if there is anything WordPressCS could take advantage of - PR #xxx
1717
- [ ] Check if the minimum WP version property needs updating in `MinimumWPVersionTrait::$default_minimum_wp_version` and if so, action it - PR #xxx
18+
- [ ] Check if the `minimum_wp_version` and `testVersion` properties in `phpcs.xml.dist.sample` need updating and if so, action it - PR #xxx
1819
- [ ] Check if any of the list based sniffs need updating and if so, action it.
1920
:pencil2: Make sure the "last updated" annotation in the docblocks for these lists has also been updated!
2021
List based sniffs:

phpcs.xml.dist.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
https://github.com/PHPCompatibility/PHPCompatibility
7979
-->
8080
<!--
81-
<config name="testVersion" value="7.0-"/>
81+
<config name="testVersion" value="7.2-"/>
8282
<rule ref="PHPCompatibilityWP">
8383
<include-pattern>*\.php</include-pattern>
8484
</rule>
@@ -100,7 +100,7 @@
100100
the wiki:
101101
https://github.com/WordPress/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
102102
-->
103-
<config name="minimum_wp_version" value="6.5"/>
103+
<config name="minimum_wp_version" value="6.6"/>
104104

105105
<rule ref="WordPress.WP.I18n">
106106
<properties>

0 commit comments

Comments
 (0)