Make WordPress Core


Ignore:
Timestamp:
06/18/2024 11:57:41 AM (18 months ago)
Author:
hellofromTonya
Message:

Site Health: Bump the recommended MariaDB version.

MariaDB 10.4 reaches EOL (“End of Life”) on 18 June 2024. The recommended minimum is bumped to 10.5 for now, whose EOL is 24 June 2025.

Also removes the skip in tests to allow the tests to run on all branches with this change.

References:

Follow-up to [55665], [52420], [53435], [54069], [54076].

Props peterwilsoncc, dd32, costdev, mukesh27, hellofromTonya.
Fixes #61458.
See #meta7679.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r58408 r58432  
    1919    private $mysql_required_version      = '5.5';
    2020    private $mysql_recommended_version   = '8.0';
    21     private $mariadb_recommended_version = '10.4';
     21    private $mariadb_recommended_version = '10.5';
    2222
    2323    public $php_memory_limit;
Note: See TracChangeset for help on using the changeset viewer.