From b975cfffc34b6859423f2d593052334bd0484508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 03:28:00 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.4 --- .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..850bf51 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.4 ports: - 4444:3306/tcp env: