From 46f7a27be35aba385589f87844f09c3afcc32944 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 23 Jan 2026 16:21:40 +0100 Subject: [PATCH] test: Run tests from nextcloud/server#57760 "fix: only validate mounts for new share" 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 b346c43c450..ec28de2b334 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: ['share-update-check-single'] guests-versions: ['main'] circles-versions: ['master'] notifications-versions: ['master']