From 1041efd1887ff8a73da0392f0d3060ecb3b4fb16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:19:50 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.6.2 --- .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 51e17eb1e..02eb3b6f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: python-version: ["3.9", "3.10", "3.11"] services: mariadb: - image: mariadb:11.5.2 # released 2024-05-06 + image: mariadb:11.6.2 # released 2024-05-06 # Pulls image from DockerHub # Docker images: https://hub.docker.com/_/mariadb # Previous version(s):