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-23 11:57:24 +0300
committerdartcafe <github@dartcafe.de>2021-06-04 22:40:31 +0300
commit4ac29912b0a9ab15c72aa565b0b2ddd7cb36d8dd (patch)
treefe9b5b4b1a08b490f71f2d12d3bc3b2f14154f85 /.github
parent7b5928ae02ac7010b2d993c1172c178a41450a33 (diff)
remove NC 20 from workflows
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/app-code-check-7.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/app-code-check-7.yml b/.github/workflows/app-code-check-7.yml
index c681683b..6a2fd0e0 100644
--- a/.github/workflows/app-code-check-7.yml
+++ b/.github/workflows/app-code-check-7.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4']
- server-versions: ['master', 'stable20', 'stable21']
+ server-versions: ['master', 'stable21']
name: AppCode check php${{ matrix.php-versions }}-${{ matrix.server-versions }}
steps:
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index ea6f78a7..5338ce46 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-stable21', 'dev-stable20' ]
+ ocp-version: [ 'dev-master', 'dev-stable21' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout