Skip to content

Commit

Permalink
platform reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaselia committed Apr 1, 2024
1 parent 32c8451 commit eb654e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
run: php /usr/bin/composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist --ignore-platform-reqs
- name: Execute tests via PHPUnit
run: php vendor/bin/phpunit --stop-on-failure

0 comments on commit eb654e6

Please sign in to comment.