Skip to:
Content

BuddyPress.org

Changeset 14014 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
09/02/2024 10:45:11 PM (3 months ago)
Author:
espellcaste
Message:

Raise the minimum supported WordPress and PHP versions.

The new minimum WordPress version supported is 6.4.
The new minimum PHP version supported is 7.0.

Props imath.
Fixes #9225

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r13972 r14014  
    2626    <arg name="severity" value="1"/>
    2727
     28    <!-- Check against minimum PHP version, currently 7.0. -->
     29    <config name="testVersion" value="7.0-"/>
     30
     31    <!-- Check against minimum WP version, currently 6.4. -->
     32    <config name="minimum_wp_version" value="6.4"/>
     33
    2834    <!-- What to exclude -->
    2935    <exclude-pattern>*/**/tests/</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.