From 6037a874c48a30edebb64a0268aae35356418330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:51:51 +0000 Subject: [PATCH] Update mysql Docker tag to v9 | datasource | package | from | to | | ---------- | ------- | ---- | --- | | docker | mysql | 5.7 | 9.0 | 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 23ebbde0..7d0d2e23 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.0 env: MYSQL_ROOT_PASSWORD: 'password' MYSQL_ROOT_HOST: '%'