Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Mar 4, 2024
1 parent 995f5c9 commit b662084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: composer install

- name: Switching PHPUnit version
run: composer composer req --dev phpunit/phpunit:^${{ matrix.phpunit }} -W
run: composer req --dev phpunit/phpunit:^${{ matrix.phpunit }} -W

- name: Run tests with code coverage.
run: composer test -- -c phpunit${{ matrix.phpunit }}.xml
Expand Down

0 comments on commit b662084

Please sign in to comment.