summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-12-09 15:44:56 +0100
committerJoas Schilling <coding@schilljs.com>2022-12-09 15:44:56 +0100
commit575d2f2a3ef739ef407376473cd06b5db8d4d192 (patch)
tree114af2f5c9afd1b3dee1c72e1467fdfc66709d5c /.github
parentd2c59b24dbd9fe71179fe75db2df0f0573399da8 (diff)
🧹 stable23 is EOL
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 359772c93..eaf03da45 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', 'stable23']
+ branches: ['master', 'stable25', 'stable24']
name: update-nextcloud-ocp-${{ matrix.branches }}