From c8993168bec756cbc5459ac0bbaf0e938e831215 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 02:20:34 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c76c7c..2357366 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: services: mysql: - image: mariadb:11.2 + image: mariadb:11.6 ports: - 4444:3306/tcp env: