Skip to content

Commit ffceac5

Browse files
committed
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
1 parent 20c0327 commit ffceac5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ LOCAL_DB_TYPE=mysql
5151
# When using `mysql`, see https://hub.docker.com/_/mysql for valid versions.
5252
# When using `mariadb`, see https://hub.docker.com/_/mariadb for valid versions.
5353
##
54-
LOCAL_DB_VERSION=8.0
54+
LOCAL_DB_VERSION=8.4
5555

5656
# Whether or not to enable multisite.
5757
LOCAL_MULTISITE=false

.github/workflows/reusable-phpunit-tests-v3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
description: 'Database version'
2727
required: false
2828
type: 'string'
29-
default: '8.0'
29+
default: '8.4'
3030
multisite:
3131
description: 'Whether to run tests as multisite'
3232
required: false

.github/workflows/reusable-test-local-docker-environment-v1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
description: 'Database version'
2828
required: false
2929
type: 'string'
30-
default: '8.0'
30+
default: '8.4'
3131
memcached:
3232
description: 'Whether to enable memcached'
3333
required: false

0 commit comments

Comments
 (0)