Skip to content

Commit

Permalink
phalcon#16477 - Add '--ignore-platform-reqs' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 23, 2023
1 parent ad075d9 commit a5b58db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ jobs:
run: composer validate --no-check-all --no-check-publish

- name: "Install development dependencies with Composer"
uses: "ramsey/composer-install@v2"
uses: ramsey/composer-install@v2
with:
composer-options: "--prefer-dist"
composer-options: "--prefer-dist --ignore-platform-reqs" # TODO: Remove '--ignore-platform-reqs' flag

- name: Setup Tests
run: |
Expand Down

0 comments on commit a5b58db

Please sign in to comment.