Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:36:07 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-11 12:57:35 +0300
commitf83270e92ae29ed57b0d06d1bfa2c93d38f6eee3 (patch)
tree3475a160ea4cfc245fa20b17cacaaab15ccdb001 /.github
parent846cf6417a7351c05af49050b83589b79161fe80 (diff)
Add Nextcloud 25 support
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-christophwurst-nextcloud.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-christophwurst-nextcloud.yml b/.github/workflows/update-christophwurst-nextcloud.yml
index e2e5f52..50c81c6 100644
--- a/.github/workflows/update-christophwurst-nextcloud.yml
+++ b/.github/workflows/update-christophwurst-nextcloud.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["master", "stable24", "stable23", "stable22"]
+ branches: ["master", "stable25", "stable24", "stable23"]
name: update-christophwurst-nextcloud-${{ matrix.branches }}