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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-14 23:13:41 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-14 23:13:41 +0300
commita1bed7dd75c35441f62687e8f44bbbc5caadb384 (patch)
treef8813d9101d1f91463179c7a071dd508561facec
parent169391aa573b6f02d30ba8c31a1baee78075610d (diff)
Update stable24 target versionsupdate-stable24-target-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/static-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 3536fde5..b5c3ded4 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable24' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: