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"