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:
-rw-r--r--.github/workflows/static-analysis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 502c88ba..bebcc146 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -14,6 +14,7 @@ jobs:
matrix:
ocp-version: [ 'dev-master', 'dev-stable21' ]
php-versions: ['7.4', '8.0']
+
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout