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

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-10-01 18:39:38 +0300
committerGitHub <noreply@github.com>2022-10-01 18:39:38 +0300
commitb6bf64b4b06e346c5450f320a24053a728cae1e9 (patch)
treeeed5fafbbe202ea6dbec39b7cf3e752acaf0963c
parentffc4c54d7c9d92c169d4700de721082cf17b15cc (diff)
Update .github/workflows/static-analysis.yml
Co-authored-by: blizzz <blizzz@arthur-schiwon.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.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 0ae3360..aab106f 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- ocp-version: ['dev-stable23', 'dev-stable24', 'dev-stable25', 'dev-master' ]
+ ocp-version: ['dev-stable24', 'dev-stable25', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout