From 9ca63b548c799e818ffe423bbfaf2ee75f37e935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 11:14:37 +1000 Subject: [PATCH] chore(deps): update mariadb docker tag to v10.9 (#7860) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/core_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index 78649eb6cc4..b6b5850bd75 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:10.8 + image: mariadb:10.9 env: MYSQL_USER: testuser MYSQL_PASSWORD: testpass @@ -150,7 +150,7 @@ jobs: ports: - 6379:6379 mysql: - image: mariadb:10.8 + image: mariadb:10.9 env: MYSQL_USER: testuser MYSQL_PASSWORD: testpass @@ -234,7 +234,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:10.8 + image: mariadb:10.9 env: MYSQL_USER: testuser MYSQL_PASSWORD: testpass