Making WordPress.org

Changeset 14480


Ignore:
Timestamp:
07/08/2025 03:15:52 AM (8 months ago)
Author:
dd32
Message:

Bump servehappy versions.

Props johnbillion, desrosj.

Closes https://github.com/WordPress/wordpress.org/pull/497

File:
1 edited

Legend:

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

    r13936 r14480  
    1111
    1212// The latest branch of PHP which WordPress.org recommends.
    13 define( 'RECOMMENDED_PHP', '7.4' );
     13define( 'RECOMMENDED_PHP', '8.3' );
    1414
    1515// The oldest branch of PHP which WordPress core still works with.
     
    1717
    1818// The lowest branch of PHP which is actively supported.
    19 define( 'SUPPORTED_PHP', '7.4' );
     19define( 'SUPPORTED_PHP', '8.3' );
    2020
    2121// The lowest branch of PHP which is receiving security updates.
    22 define( 'SECURE_PHP', '7.4' );
     22define( 'SECURE_PHP', '8.1' );
    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.4' );
     26define( 'ACCEPTABLE_PHP', '8.1' );
Note: See TracChangeset for help on using the changeset viewer.