From 2134566fbb0bb1824c8b8f33ce97dfca1ffab68c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 08:24:41 +0000 Subject: [PATCH] Update mariadb Docker tag to v11.2 --- .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 7443cfdd..015d3531 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -52,7 +52,7 @@ jobs: services: mariadb: - image: mariadb:11.1 + image: mariadb:11.2 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud @@ -490,7 +490,7 @@ jobs: services: mariadb: - image: mariadb:11.1 + image: mariadb:11.2 env: MARIADB_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: nextcloud