From f296af3066e075891fe692bdf026fe00f10a7bd0 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 4 Sep 2025 11:03:04 +0200 Subject: [PATCH] ci: Adjust branches of apps used in tests Signed-off-by: Joas Schilling --- .github/workflows/integration-sqlite.yml | 4 ++-- .github/workflows/performance.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml index 6d22ea62a85..fb9aafbd8b7 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -74,8 +74,8 @@ jobs: - 'videoverification_features' php-versions: ['8.1'] - spreed-versions: ['main'] - activity-versions: ['master'] + spreed-versions: ['stable32'] + activity-versions: ['stable32'] services: redis: diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 8957274a649..943dc181b3a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -71,7 +71,7 @@ jobs: curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt output: before.json - profiler-branch: master + profiler-branch: stable32 - name: Apply PR # zizmor: ignore[template-injection] run: | @@ -93,7 +93,7 @@ jobs: curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt output: after.json - profiler-branch: master + profiler-branch: stable32 compare-with: before.json - name: Upload profiles