mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
ci: Adjust branches of apps used in tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
761dbbf790
commit
65e908c2a7
2 changed files with 4 additions and 4 deletions
4
.github/workflows/integration-sqlite.yml
vendored
4
.github/workflows/integration-sqlite.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
4
.github/workflows/performance.yml
vendored
4
.github/workflows/performance.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue