aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 11:53:34 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 11:55:05 +0100
commit7e2d3ef2978d9abb1d6114df3ba56c21af76e475 (patch)
tree5b0e72a601b5e9a8cded621ff0008e5e71960b31 /.github
parent28c8a46ef9e076015ae52335e71d9dd5f5432c5e (diff)
downloadnextcloud-server-7e2d3ef2978d9abb1d6114df3ba56c21af76e475.tar.gz
nextcloud-server-7e2d3ef2978d9abb1d6114df3ba56c21af76e475.zip
chore(branchoff): Test against stable29 branches
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-sqlite.yml2
-rw-r--r--.github/workflows/performance.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml
index 558eab50639..314f6b0101b 100644
--- a/.github/workflows/integration-sqlite.yml
+++ b/.github/workflows/integration-sqlite.yml
@@ -68,7 +68,7 @@ jobs:
- 'videoverification_features'
php-versions: ['8.2']
- spreed-versions: ['main']
+ spreed-versions: ['stable29']
services:
redis:
diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml
index 9e03a135e62..0d909e5e684 100644
--- a/.github/workflows/performance.yml
+++ b/.github/workflows/performance.yml
@@ -56,7 +56,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: stable29
- name: Apply PR
run: |
@@ -78,7 +78,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: stable29
compare-with: before.json
- name: Upload profiles