PHPUnit (php-actions)
Version updated for php-actions/phpunit to version v4.
- This action is used across all versions by 2,124 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Important note about versioning
In this release, GitHub have changed to an auto-tagging model, where the release will be made as
vX.Y.Z
and an automatic tag is created calledvX
, so there will be no more proxy releases for the latest version number - just usev4
from now on!
What’s Changed
- support –coverage-filter flag by @shish in https://github.com/php-actions/phpunit/pull/60
- Use composer version of PHPUnit by default if availble by @g105b in https://github.com/php-actions/phpunit/pull/61
- Revert phpbuild (docker user) by @g105b in https://github.com/php-actions/phpunit/pull/63
- Remove the default value for the test_suffix parameter by @cookieguru in https://github.com/php-actions/phpunit/pull/64
New Contributors
- @shish made their first contribution in https://github.com/php-actions/phpunit/pull/60
- @cookieguru made their first contribution in https://github.com/php-actions/phpunit/pull/64
Full Changelog: https://github.com/php-actions/phpunit/compare/v3.0.3...v4