From eb3027b071043e2a6ad13ca3e33551da3a05a30e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 05:23:45 +0000 Subject: [PATCH] Update mysql Docker tag to v9 | datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mysql | 5.7 | 9.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 9cf175e9..e51be018 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -33,7 +33,7 @@ jobs: job: ${{ matrix.job }} services: mysql: - image: mysql:5.7 + image: mysql:9.2 env: MYSQL_ROOT_PASSWORD: 'password' MYSQL_ROOT_HOST: '%'