From 31b01a894776d69f207d3d95f645ce9bb2f2119b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:11:10 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.8 --- .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 7c76c7c3..aeaecc8d 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.8 ports: - 4444:3306/tcp env: