Making WordPress.org

Ticket #4006: 4006.diff

File 4006.diff, 915 bytes (added by flixos90, 6 years ago)
  • api.wordpress.org/public_html/core/serve-happy/1.0/config.php

     
    22namespace WordPressdotorg\API\Serve_Happy;
    33
    44// The latest branch of PHP which WordPress.org recommends.
    5 define( 'RECOMMENDED_PHP', '7.2' );
     5define( 'RECOMMENDED_PHP', '7.3' );
    66
    77// The lowest branch of PHP which is actively supported.
    8 define( 'SUPPORTED_PHP', '7.0' );
     8define( 'SUPPORTED_PHP', '7.2' );
    99
    1010// The lowest branch of PHP which is receiving security updates.
    11 define( 'SECURE_PHP', '5.6' );
     11define( 'SECURE_PHP', '7.1' );
    1212
    1313// The lowest branch of PHP which is still considered acceptable in WordPress.
    14 define( 'ACCEPTABLE_PHP', '5.3' );
     14define( 'ACCEPTABLE_PHP', '5.6' );