Changeset 10960
- Timestamp:
- 05/07/2021 01:05:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/servehappy-config.php
r9975 r10960 17 17 18 18 // The lowest branch of PHP which is actively supported. 19 define( 'SUPPORTED_PHP', '7. 3' );19 define( 'SUPPORTED_PHP', '7.4' ); 20 20 21 21 // The lowest branch of PHP which is receiving security updates. 22 define( 'SECURE_PHP', '7. 2' );22 define( 'SECURE_PHP', '7.3' ); 23 23 24 24 // The lowest branch of PHP which is still considered acceptable in WordPress. 25 25 // Sites with a version lower than this will see the ServeHappy dashboard widget urging them to update. 26 define( 'ACCEPTABLE_PHP', '7. 2' );26 define( 'ACCEPTABLE_PHP', '7.3' );
Note: See TracChangeset
for help on using the changeset viewer.