From 833bc7df5bf561836cf54abd2dcc7afe943f105c Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 8 Mar 2023 17:17:11 +0100 Subject: [PATCH] Update php.yml Removed the "--ignore-platform-req=php" as for install it is not needed. --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index cb54ebc..55c30a6 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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: |