Skip to content

Commit

Permalink
Composer options - do not ignore platform version
Browse files Browse the repository at this point in the history
  • Loading branch information
reimic committed Mar 22, 2024
1 parent 59b29c3 commit 3606b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: ramsey/composer-install@v3
with:
ignore-cache: "yes"
composer-options: "--ignore-platform-reqs --optimize-autoloader"
composer-options: "--optimize-autoloader"

- name: Run PHPUnit tests
run: phpunit tests --testdox

0 comments on commit 3606b44

Please sign in to comment.