Make WordPress Core


Ignore:
Timestamp:
06/18/2025 12:10:14 PM (10 months ago)
Author:
desrosj
Message:

Site Health: Bump the recommended version of MariaDB to 10.6.

Version 10.5 of MariaDB will reach end of life on 24 June 2025.

MariaDB 10.6 is the next oldest LTS version still receiving support upstream and is now the recommended minimum version.

Props vipulgupta003.
See #63587.

File:
1 edited

Legend:

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

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