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-06-04 22:48:15 +0300
committerdartcafe <github@dartcafe.de>2021-06-04 22:48:15 +0300
commitb136f6e9c97f13026fd48ac95967e26983876c82 (patch)
treed131c876368bf1abc1ebf72881527e620de81802 /.github
parente3103cbc88acb141983695f70c455291b3c278a3 (diff)
parent30e5250aa5a00b9356d218a5709246e7a9f53dbe (diff)
Merge branch 'refactor/remove-doctrine' of https://github.com/nextcloud/polls into refactor/remove-doctrine
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to '.github')
-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