From dd326edac0605029a5128e61acba45a6d319327c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:45:40 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8743b8..9842cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest services: mysql: - image: mariadb:10.11 + image: mariadb:12.1 env: MARIADB_ROOT_PASSWORD: rrd MARIADB_DATABASE: test_db