From 4b259df769ea281fe8af151b44f489bfcfa7d43f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 19:18:14 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.1 --- .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 c0af78e3..3dd8c032 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -55,7 +55,7 @@ jobs: services: mariadb: - image: mariadb:11.0 + image: mariadb:11.1 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud @@ -486,7 +486,7 @@ jobs: services: mariadb: - image: mariadb:11.0 + image: mariadb:11.1 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud