From 2cd9c52068d1720dc8768a76193bd6a06601b0ad Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 26 Feb 2026 03:49:28 +0000
Subject: [PATCH 1/2] chore(deps): update nextcloud docker tag to v33
---
.github/workflows/test.yml | 2 +-
appinfo/info.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 156aee1..3fb2f06 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,7 +39,7 @@ jobs:
port: 5432
nextcloud:
- "31"
- - "32"
+ - "33"
services:
db:
image: ${{ matrix.db.image }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4633e05..516fec9 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -32,7 +32,7 @@ Currently can not index office document formats, but does work with PDFs (if the
https://github.com/jplitza/fulltextsearch_sql/issues
https://github.com/jplitza/fulltextsearch_sql.git
-
+
mysql
pgsql
From abe8e4237bb3ba4bc6e3237ef285d6b9a98dca23 Mon Sep 17 00:00:00 2001
From: Jan-Philipp Litza
Date: Sat, 7 Mar 2026 21:01:37 +0100
Subject: [PATCH 2/2] chore(ci): Add back Nextcloud 32
Renovate Bot cannot extend the list, only replace it.
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3fb2f06..8eb33f1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -39,6 +39,7 @@ jobs:
port: 5432
nextcloud:
- "31"
+ - "32"
- "33"
services:
db: