Update php.yml

Reverted the option "--ignore-platform-req=php"
pull/483/head
Ruslan Baidan 2023-03-08 17:17:59 +01:00 committed by GitHub
parent 833bc7df5b
commit b290870655
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
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-req=php
- name: Create synlinks for MONARC PHP modules
run: |