From 50994b3fbca922c829ce0655b37067f3927f3b63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:35:40 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.6 --- .github/workflows/analysis-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 8022f3f3..aa1db964 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -48,7 +48,7 @@ jobs: services: mariadb: - image: mariadb:11.5 + image: mariadb:11.6 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud @@ -444,7 +444,7 @@ jobs: services: mariadb: - image: mariadb:11.5 + image: mariadb:11.6 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud