Making WordPress.org

Changeset 12010


Ignore:
Timestamp:
08/10/2022 04:12:48 PM (2 years ago)
Author:
SergeyBiryukov
Message:

API: ServeHappy: Bump the minimum acceptable PHP version to 7.4.

Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update.

Additionally, bump the lowest branch of PHP which is receiving security updates to 7.4.

Bumping the recommended PHP version to 8.0 will be re-evaluated at a future time.

Reference: PHP: Supported Versions.

Follow-up to [6728], [6806], [7990], [8065], [8742], [9112], [9959], [9975], [10960].

Props Clorith, azaozz, JavierCasares, jrf, dd32, SergeyBiryukov.
Fixes #6432.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php

    r10960 r12010  
    2020
    2121// The lowest branch of PHP which is receiving security updates.
    22 define( 'SECURE_PHP', '7.3' );
     22define( 'SECURE_PHP', '7.4' );
    2323
    2424// The lowest branch of PHP which is still considered acceptable in WordPress.
    2525// Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update.
    26 define( 'ACCEPTABLE_PHP', '7.3' );
     26define( 'ACCEPTABLE_PHP', '7.4' );
Note: See TracChangeset for help on using the changeset viewer.