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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-06 22:50:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-12-06 22:50:45 +0300
commitdee393ed04c5deb78ac816760b13ac5312fe25a0 (patch)
treefa74986c64b442ef64ae54f61b2924a830675893 /.github
parent3c8de955dabd6136aea0807256b95544b7b5a68d (diff)
Upgrade static analysis from Nextcloud 20 to 21 min
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-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 146993709..ab3ce587f 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'v20.0.4' ]
+ ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'dev-stable21' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout