mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 16:51:32 +01:00
Tests: Add a unit test for the recommended MariaDB version in readme.html
.
Per the [https://mariadb.org/about/#maintenance-policy MariaDB maintenance policy], MariaDB releases are supported for 5 years from the first stable (GA) release. The test ensures that the recommended MariaDB version in `readme.html` is not older than 5 years. Follow-up to [31291], [35759], [52319], [52358], [52418], [meta11407], [52420], [52421]. Fixes #41490. Built from https://develop.svn.wordpress.org/trunk@52424 git-svn-id: http://core.svn.wordpress.org/trunk@52016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a137ef17a
commit
2e8ac63be2
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-beta4-52423';
|
||||
$wp_version = '5.9-beta4-52424';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user