Skip to content

Commit f296af3

Browse files
committed
ci: Adjust branches of apps used in tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 82aecde commit f296af3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/integration-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- 'videoverification_features'
7575

7676
php-versions: ['8.1']
77-
spreed-versions: ['main']
78-
activity-versions: ['master']
77+
spreed-versions: ['stable32']
78+
activity-versions: ['stable32']
7979

8080
services:
8181
redis:

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
7272
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
7373
output: before.json
74-
profiler-branch: master
74+
profiler-branch: stable32
7575

7676
- name: Apply PR # zizmor: ignore[template-injection]
7777
run: |
@@ -93,7 +93,7 @@ jobs:
9393
curl -s -u test:test -T README.md http://localhost:8080/remote.php/dav/files/test/new_file.txt
9494
curl -s -u test:test -X DELETE http://localhost:8080/remote.php/dav/files/test/new_file.txt
9595
output: after.json
96-
profiler-branch: master
96+
profiler-branch: stable32
9797
compare-with: before.json
9898

9999
- name: Upload profiles

0 commit comments

Comments
 (0)