From e5f9b601c8043cdcad845d6b744424b32e1c4fd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 15:08:03 +0000 Subject: [PATCH] chore(deps): update mysql docker tag to v26 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ca126ed4..9c907f06d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -213,7 +213,7 @@ jobs: options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 mysql: - image: mysql:5.7 + image: mysql:26.7 env: MYSQL_ROOT_PASSWORD: password123 MYSQL_DATABASE: statping @@ -343,7 +343,7 @@ jobs: services: mysql: - image: mysql:5.7 + image: mysql:26.7 env: MYSQL_ROOT_PASSWORD: password123 MYSQL_DATABASE: statping