From 725aab03272dc534d599cdf7372281103f232cb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 23:24:01 +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 b3aae58..b08f30c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: node-version: [22, 24] services: mysql: - image: mysql:8.0 + image: mysql:9.7 env: MYSQL_ALLOW_EMPTY_PASSWORD: 1 ports: