Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on the local development environment.

The `amd64/mysql` and `amd64/mariadb` official images from Docker are also compatible with an x64 host machine which means they can be used by default instead of only when the host uses ARM64.

Props bernhard-reiter, czapla, gmovr, withinboredom

Fixes #56528

Built from https://develop.svn.wordpress.org/trunk@54096


git-svn-id: http://core.svn.wordpress.org/trunk@53655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2022-09-07 17:15:15 +00:00
parent b4331c7914
commit fa8f9ebd85

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54095';
$wp_version = '6.1-alpha-54096';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.