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:
authorJoas Schilling <coding@schilljs.com>2021-11-11 11:45:35 +0300
committerJoas Schilling <coding@schilljs.com>2021-11-11 11:45:35 +0300
commitad0b6ba39b2af6dde290935225ac941f63ab7397 (patch)
treec3626513a89dcd0ef8dba47d5604548ad3a26d80 /.github
parente2978c668d11ad2a190bc372315e3d6a11444239 (diff)
Update master target versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 b9bee816c..146993709 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-stable22', 'v20.0.4' ]
+ ocp-version: [ 'dev-master', 'dev-stable23', 'dev-stable22', 'v20.0.4' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout