From 6cc43a7ece7899d9faa1330e16f0f8edd3b6e3e1 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Litza Date: Tue, 28 Oct 2025 20:27:55 +0100 Subject: [PATCH] chore(deps): Declare DB min-versions and use them in CI --- .github/workflows/test.yml | 4 ++-- appinfo/info.xml | 4 ++-- renovate.json | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6cfde5a..0405eea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,12 +20,12 @@ jobs: matrix: db: - name: mysql - image: mariadb:12 + image: mariadb:10.9 username: root database: nextcloud port: 3306 - name: pgsql - image: postgres:18 + image: postgres:17 username: postgres database: postgres port: 5432 diff --git a/appinfo/info.xml b/appinfo/info.xml index 9c89595..8698a2c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -33,8 +33,8 @@ Currently can not index office document formats, but does work with PDFs (if the https://github.com/jplitza/fulltextsearch_sql.git - mysql - pgsql + mysql + pgsql diff --git a/renovate.json b/renovate.json index 6e38c2c..72849c6 100644 --- a/renovate.json +++ b/renovate.json @@ -12,7 +12,6 @@ "/(^|/)action\\.ya?ml$/" ], "matchStrings": [ - "$map(jobs.*.strategy.matrix.*.image, function ($v) { $split($v, \":\")}).{ \"depName\": $[0], \"currentValue\": $[1] }", "jobs.*.strategy.matrix.nextcloud[-1].{ \"depName\": \"nextcloud\", \"currentValue\": $ }" ], "datasourceTemplate": "docker"