summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-11-23 14:47:57 +0100
committerJoas Schilling <coding@schilljs.com>2023-11-23 14:47:57 +0100
commit0707867adb93e31e1df5043becf8f58274fedf36 (patch)
tree52c80fadcf0a5d80de7d443192df14cbf69b3012 /.github
parentdd628675869c0aa98e8a84bc4dc178f902f50165 (diff)
feat(deps): Add Nextcloud 29 support on main
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 19d0fb69d..3c24dad01 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", "stable27", "stable26", "stable25"]
+ branches: ["main", "master", "stable28", "stable27", "stable26"]
name: update-nextcloud-ocp-${{ matrix.branches }}