From e1cb6e27a0cc6bf4ced1a63c2dc432c3ee4a89e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:18:51 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.5 --- .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..fb9283a 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.5 ports: - 4444:3306/tcp env: