Make WordPress Core

Changeset 60256


Ignore:
Timestamp:
05/27/2025 03:30:13 PM (10 months ago)
Author:
jorbin
Message:

Bump PHP Compat scan to 7.4

WordPress bumped it's minimum version to 7.4 in [57985] but the compatibility scan was still searching for issues that would only happen in 7.2 and 7.3.

See #58719, #63167.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcompat.xml.dist

    r58107 r60256  
    6767    <rule ref="PHPCompatibilityWP"/>
    6868
    69     <!-- WordPress Core currently supports PHP 7.2+. -->
    70     <config name="testVersion" value="7.2-"/>
     69    <!-- WordPress Core currently supports PHP 7.4+. -->
     70    <config name="testVersion" value="7.4-"/>
    7171
    7272    <!--
Note: See TracChangeset for help on using the changeset viewer.