Skip to content

Commit

Permalink
add --ignore-platform-reqs to composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Dec 20, 2023
1 parent 62f411b commit a2cd40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dep }}
composer-options: --prefer-dist --no-progress
composer-options: --prefer-dist --no-progress --ignore-platform-reqs
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}

Expand Down

0 comments on commit a2cd40f

Please sign in to comment.