From 6fff3cb7c5c1b60d6a39c721933eb0f20c1e549a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:08:14 +0000 Subject: [PATCH] chore(deps): update mariadb docker tag to v11.8 --- .github/workflows/analysis-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index 159ba789..8a062cba 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -162,7 +162,7 @@ jobs: services: mariadb: - image: mariadb:11.7 + image: mariadb:11.8 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud