Make WordPress Core

Changeset 53435


Ignore:
Timestamp:
05/23/2022 02:20:47 PM (2 years ago)
Author:
SergeyBiryukov
Message:

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

MariaDB 10.2 has reached EOL in May 2022. The recommended minimum is bumped to 10.3 for now.

Follow-up to [52319], [52358], [52420], [52424], [53431], [53433], [meta11866].

Props hellofromTonya.
Fixes #55791. See #meta6322.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r52981 r53435  
    5959<ul>
    6060    <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
    61     <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.2</strong> or greater.</li>
     61    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.7</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.3</strong> or greater.</li>
    6262    <li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
    6363    <li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
  • trunk/tests/phpunit/tests/external-http/basic.php

    r53433 r53435  
    6565     */
    6666    public function test_readme_mariadb_version() {
    67         /*
    68          * Temporary skip as MariaDB 10.2 is EOL as of 23 May 2022.
    69          * See Trac #55791 and meta #6322.
    70          * Once the version is bumped, revert this change.
    71          */
    72         $this->markTestSkipped( 'Temporarily skip due to MariaDB 10.2 now EOL as of 23 May 2022. Remove this skip once version is bumped.' );
    73 
    7467        // This test is designed to only run on trunk.
    7568        $this->skipOnAutomatedBranches();
Note: See TracChangeset for help on using the changeset viewer.