From 6e66ac65ab06d3b3cfa6a41eda02184fb72a3788 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:06:47 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c3e36..c3beb46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: wp-versions: 'trunk' services: mysql: - image: mysql:5.7 + image: mysql:9.7 env: MYSQL_ALLOW_EMPTY_PASSWORD: yes ports: