From a8a3feec2d148f80885d54205c704a578e13b7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:56:59 +1100 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.3 (#9045) 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 a161ffb95c4..b8073dcca9e 100644 --- a/.github/workflows/tests_ci.yml +++ b/.github/workflows/tests_ci.yml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.2 + image: mariadb:11.3 env: MYSQL_ROOT_PASSWORD: testpass ports: @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:11.2 + image: mariadb:11.3 env: MYSQL_ROOT_PASSWORD: testpass ports: