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