Skip to content

Commit

Permalink
apply old phpunit xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jleonardolemos committed Mar 29, 2024
1 parent c5106d5 commit ce97b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: composer update --prefer-dist --no-interaction

- name: Run phpunit
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --configuration=phpunit-ci.xml
run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-text --configuration=phpunit-ci-old-versions.xml

- name: Install lowest dependencies
run: composer update --prefer-dist --no-interaction --prefer-lowest
Expand Down

0 comments on commit ce97b4f

Please sign in to comment.