Skip to content

Tags: php-actions/phpunit

Tags

v4

Toggle v4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove the default value for the test_suffix parameter (#64)

Passing a comma-separated list of values to the CLI argument
--test-suffix has been deprecated in PHPUnit 11[1] and will no longer
work in PHPUnit 12.  Given that this action is sending its default
value[2] 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.

[1]: sebastianbergmann/phpunit#5709
[2]: https://docs.phpunit.de/en/11.1/textui.html#selection

v3.0.3

Toggle v3.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Coverage options (#52)

* docs: add missing config options

* feature: implement coverage options

* wip: equals required for optional arg

* wip: bump hash

* wip: typo

v3

Toggle v3's commit message
February 2023

v3.0.2

Toggle v3.0.2's commit message

Unverified

No user is associated with the committer email.
feature: force colours in cli

v3.0.1

Toggle v3.0.1's commit message

Unverified

No user is associated with the committer email.
feature: silent download

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Group output on error (#32)

v2

Toggle v2's commit message

Unverified

No user is associated with the committer email.
Pass all environment variables into subcontainer

v1

Toggle v1's commit message

Unverified

No user is associated with the committer email.
Merge branch '17-php-versions'