CI: Don't check php reqs in Upgrade tests

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2021-01-20 14:56:12 +01:00
parent c76cfc416f
commit d46429e2e9
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ jobs:
- name: Install app
working-directory: apps/${{ env.APP_NAME }}
run: composer i
run: composer install --ignore-platform-req=php
- name: Set up Nextcloud and install app
if: ${{ matrix.databases != 'pgsql'}}
@ -105,7 +105,7 @@ jobs:
- name: Install app
working-directory: apps/${{ env.APP_NAME }}
run: composer i
run: composer install --ignore-platform-req=php
- name: Run update
run: |