php-actions / phpunit

Run PHPUnit tests in Github Actions.
106 stars 23 forks source link

Remove the default value for the test_suffix parameter #64

Closed cookieguru closed 3 months ago

cookieguru commented 3 months ago

Passing a comma-separated list of values to the CLI argument --test-suffix has been deprecated in PHPUnit 11 and will no longer work in PHPUnit 12. Given that this action is sending its default value anyways, there's no reason to explicitly provide this command line argument. Further, it's confusing that this command line argument is specified at all when nothing in my repo's configuration sets its value.

g105b commented 3 months ago

Thank you for this change. I notice the README is already up to date, so this would have been missed otherwise.