Skip to content

Commit

Permalink
ignore platform requirements on testing composer install
Browse files Browse the repository at this point in the history
add --ignore-platform-reqs
  • Loading branch information
Flyingmana committed Dec 20, 2020
1 parent e8602b8 commit f326bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
Expand Down

0 comments on commit f326bad

Please sign in to comment.