Update releases.yml

Added the option "--ignore-platform-req=php"
pull/483/head
Ruslan Baidan 2023-03-08 17:18:26 +01:00 committed by GitHub
parent b290870655
commit 327a0d033a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
run: composer validate
- name: Install PHP dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-dev
run: composer install --prefer-dist --no-progress --no-suggest --no-dev --ignore-platform-req=php
- name: Symlink Monarc modules
run: |