Build/Test Tools: Use MySQL 8.4 as the default.

MySQL 8.4 is the latest LTS.

See #62221.

git-svn-id: https://develop.svn.wordpress.org/trunk@59527 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2024-12-17 14:43:43 +00:00
parent 20c0327117
commit ffceac51da
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ LOCAL_DB_TYPE=mysql
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
##
LOCAL_DB_VERSION=8.0
LOCAL_DB_VERSION=8.4
# Whether or not to enable multisite.
LOCAL_MULTISITE=false

View File

@ -26,7 +26,7 @@ on:
description: 'Database version'
required: false
type: 'string'
default: '8.0'
default: '8.4'
multisite:
description: 'Whether to run tests as multisite'
required: false

View File

@ -27,7 +27,7 @@ on:
description: 'Database version'
required: false
type: 'string'
default: '8.0'
default: '8.4'
memcached:
description: 'Whether to enable memcached'
required: false