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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-04-06 11:55:36 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-06 11:55:36 +0300
commit74d6a0dfe35b1f56139815a379a8aa46be677b30 (patch)
tree526d414ad3fbcdb90d9a3d3bf94c0a49d9a5b0d1
parentaab26b851abdff2191c1a2844e6216b787843974 (diff)
Ignore platform requirement
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 42fcaf6..f8698a9 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: composer i
- name: Install dependencies
- run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}
+ run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }} --ignore-platform-reqs
- name: Run coding standards check
run: composer run psalm