From 65e908c2a78826fb5bc4aa076126b3a1f901d3f8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 11:18:43 +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 f5f4571d767..0f8ac6f03c3 100644 --- a/.github/workflows/integration-sqlite.yml +++ b/.github/workflows/integration-sqlite.yml @@ -77,8 +77,8 @@ jobs: php-versions: ['8.4'] guests-versions: ['main'] - spreed-versions: ['main'] - activity-versions: ['master'] + spreed-versions: ['stable34'] + activity-versions: ['stable34'] services: redis: diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 64916c66ee1..d604623c0fe 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -73,7 +73,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: stable34 - name: Apply PR # zizmor: ignore[template-injection] run: | @@ -95,7 +95,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: stable34 compare-with: before.json - name: Upload profiles