CI: Psalm ignore php req

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2021-01-23 12:21:40 +01:00
parent a869870fd2
commit ab06e8c284
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
coverage: none
- name: Install dependencies
run: composer i
run: composer install --ignore-platform-req=php
- name: Install dependencies
run: composer require --dev christophwurst/nextcloud:${{ matrix.ocp-version }}