Update php.yml

Removed the "--ignore-platform-req=php" as for install it is not needed.
pull/483/head
Ruslan Baidan 2023-03-08 17:17:11 +01:00 committed by GitHub
parent dbd8d13559
commit 833bc7df5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: composer validate
- name: Install PHP dependencies
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-req=php
run: composer install --prefer-dist --no-progress --no-suggest
- name: Create synlinks for MONARC PHP modules
run: |