Make WordPress Core


Ignore:
Timestamp:
10/22/2023 09:03:12 AM (11 months ago)
Author:
SergeyBiryukov
Message:

General: Bump the recommended MySQL version in readme.html.

MySQL 5.7 reaches EOL (“End of Life”) in October 2023. The recommended minimum is bumped to 8.0 for now.

References:

Follow-up to [31291], [33946], [35759], [52420], [52421], [54069].

Props swissspidy, SergeyBiryukov.
See #59701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/readme.php

    r54479 r56982  
    4949         * Per https://www.mysql.com/support/, Oracle actively supports MySQL releases for 5 years from GA release.
    5050         *
    51          * The currently recommended MySQL 5.7 branch moved from active support to extended support on 2020-10-21.
    52          * As WordPress core is not fully compatible with MySQL 8.0 at this time, the "supported" period here
     51         * The currently recommended MySQL 8.0 branch moved from active support to extended support on 2023-04-19.
     52         * As WordPress core may not be fully compatible with MySQL 8.1 at this time, the "supported" period here
    5353         * is increased to 8 years to include extended support.
    5454         *
    55          * TODO: Reduce this back to 5 years once MySQL 8.0 compatibility is achieved.
     55         * TODO: Reduce this back to 5 years once MySQL 8.1 compatibility is achieved.
    5656         */
    5757        $mysql_eol    = gmdate( 'Y-m-d', strtotime( $mysql_matches[1] . ' +8 years' ) );
Note: See TracChangeset for help on using the changeset viewer.