Make WordPress Core


Ignore:
Timestamp:
07/05/2023 05:39:55 PM (17 months ago)
Author:
johnbillion
Message:

General: Increase the minimum supported version of PHP to 7.0.0.

This also removes the random compat library which is no longer necessary, and adjusts unit tests and CI workflows that no longer need to take PHP 5.6 into account.

Thank you for your service, PHP 5. Onwards!

Props SergeyBiryukov, mukesh27, dingo_d, audrasjb, jrf, costdev, azaozz, JavierCasares, hellofromTonya, samiamnot, spacedmonkey, masteradhoc, knutsp, garyjones, chanthaboune

Fixes #57345

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcompat.xml.dist

    r53800 r56141  
    55    <rule ref="PHPCompatibilityWP"/>
    66
    7     <!-- WordPress Core currently supports PHP 5.6+. -->
    8     <config name="testVersion" value="5.6-"/>
     7    <!-- WordPress Core currently supports PHP 7.0+. -->
     8    <config name="testVersion" value="7.0-"/>
    99
    1010    <!-- Only scan PHP files. -->
Note: See TracChangeset for help on using the changeset viewer.