Skip to:
Content

bbPress.org

Changeset 7371 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
11/18/2025 12:48:46 AM (7 months ago)
Author:
johnjamesjacoby
Message:

Tools - Code Improvement: bump PHP & WP versions.

This change bumps the requirements for WordPress to 6.0 and PHP to 7.2, including inside of the PHPCS matrix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r7360 r7371  
    5454        -->
    5555        <properties>
    56             <property name="minimum_supported_version" value="5.3"/>
     56            <property name="minimum_supported_version" value="6.0"/>
    5757        </properties>
    5858
     
    6767
    6868    <!-- Check the code for PHP cross-version compatibility. -->
    69     <config name="testVersion" value="5.6-"/>
     69    <config name="testVersion" value="7.2-"/>
    7070    <rule ref="PHPCompatibilityWP"/>
    7171
     
    476476    </rule>
    477477
    478     <rule ref="Universal.WhiteSpace.DisallowInlineTabs.NonIndentTabsUsed">
    479         <exclude-pattern>/src/*</exclude-pattern>
    480     </rule>
    481 
    482478    <rule ref="Universal.WhiteSpace.PrecisionAlignment.Found">
    483479        <exclude-pattern>/src/*</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.