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-09-22 13:31:43 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 13:31:43 +0300
commit9ab0666a748d3a9e886b8528a298c5914d16baeb (patch)
treecb57d250775a972456865a8c39d7586e4ad43430
parentb5a78c163aeb9645b4d050ce59a49db455088a88 (diff)
Adjust testing matrix for Nextcloud 25 on stable25
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..7dc1b16d 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-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps: