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-11-11 11:52:13 +0300
committerVincent Petry <vincent@nextcloud.com>2021-11-12 17:56:29 +0300
commit2e82e755ac2c5ca39fbbc8f5dc03eef1212c0351 (patch)
tree2a8c6792b4aa9592e837422a5c919a03b4a8884d /.github
parentfe7ebe4932e14530d797493f614e6218b95b4c32 (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 761e01f..964c584 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-stable22', 'dev-master' ]
+ ocp-version: [ 'v21.0.0-beta6', 'dev-stable22', 'dev-stable23', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout