From 126018d880c1ff221d16ed4453fc3470b6f96e4d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 29 Jan 2026 15:49:36 +0100 Subject: [PATCH] test: Run tests against nextcloud/server#57910 "setup-root-path-children" Signed-off-by: Joas Schilling --- .github/workflows/integration-pgsql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml index 1d757796621..44096acadbe 100644 --- a/.github/workflows/integration-pgsql.yml +++ b/.github/workflows/integration-pgsql.yml @@ -69,7 +69,7 @@ jobs: - 'sharing-3' - 'sharing-4' php-versions: ['8.3'] - server-versions: ['master'] + server-versions: ['setup-root-path-children'] guests-versions: ['main'] circles-versions: ['master'] notifications-versions: ['master']