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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-24 15:30:29 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-24 15:30:29 +0300
commit8b69240841439835aec07b53aecfe8d67920da5c (patch)
tree91a30ea7fa6647944e6d3ef65fd6133a6d81fb47
parent45eb546c99aa5ce6240a877bd1d97678909e0d15 (diff)
Update master 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 2886c6a..761e01f 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'v21.0.0-beta6', 'dev-master' ]
+ ocp-version: [ 'v21.0.0-beta6', 'dev-stable22', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout