From c214e3ad81240268197673bfc74025b4aaad2631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:59:55 +1100 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.6 (#9406) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_ci.yml b/.github/workflows/tests_ci.yml index 2a499973f3f..7851888ee3c 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.5 + image: mariadb:11.6 env: MYSQL_ROOT_PASSWORD: testpass ports: @@ -173,7 +173,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.5 + image: mariadb:11.6 env: MYSQL_ROOT_PASSWORD: testpass ports: