summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-28 13:12:48 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-28 13:12:48 +0100
commit851461f8090f901b6b2822865036a64acb2597c0 (patch)
tree1fc4046b54da60cae94b9ebdf7dd7d51d088a429 /.github/workflows
parent95079e3d51006ceff1f6e6ff5581332c51749ef5 (diff)
feat(deps): Add Nextcloud 30 support on main
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-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 a3945d5e5..af3988b76 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: ['main', 'master', 'stable28', 'stable27', 'stable26']
+ branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
name: update-nextcloud-ocp-${{ matrix.branches }}