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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-08 23:57:05 +0300
committerdartcafe <github@dartcafe.de>2021-05-08 23:57:05 +0300
commit5429e4700bb96f8df5505e97f851184355cd8aca (patch)
tree5778fd1fb9f9128024c6d0fbd29541d22a02c013 /.github
parent50a701447add3618e6c78954d0d8c25c9460959a (diff)
add stable APIs
Signed-off-by: dartcafe <github@dartcafe.de>
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 d0c2edae..4b3fdfad 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' ]
+ ocp-version: [ 'dev-master', 'dev-stable21', 'dev-stable20' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout