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>2022-04-14 23:32:45 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-14 23:32:45 +0300
commit6ef05c3c2c4887c67b237f65c832d47e75a69c4b (patch)
tree64c7df33b7ae445082b8905ea991701f601d108c
parentb9ec4cf4f03ba85684ce2cfb9c52aa96d07a8637 (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 e614159..8fde5f1 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'v21.0.0', 'dev-stable22', 'dev-stable23', 'dev-master' ]
+ ocp-version: [ 'v21.0.0', 'dev-stable22', 'dev-stable23', 'dev-stable24', 'dev-master' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout