summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-03 11:43:26 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-03 11:43:26 +0100
commit93c2aa2d03fe344f9a98d5e7a4402a2255b91c86 (patch)
tree3d516e5160c901d56dd2b028b1aa1b087a317cd2 /.github
parentc7260882778b764e306a00b2217042d0e6232818 (diff)
chore: Add Nextcloud 27 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-nextcloud-ocp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index c103a16b6..7f1224809 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["master", "stable25", "stable24"]
+ branches: ["master", "stable26", "stable25", "stable24"]
name: update-nextcloud-ocp-${{ matrix.branches }}