example-phpunit
example-phpunit copied to clipboard
An example project that uses php-actions/phpunit
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 3 to 4 Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost...
https://github.com/php-actions/example-phpunit/blob/6667a7b2b4e76f67d7c256420fbb69fc9c649c42/composer.json#L10 * https://github.com/phpunit repos are archived. * https://github.com/sebastianbergmann/phpunit/releases is currently PHPUnit 11.1.2.
Thank you for making this action. As described in the title, it would be cool, if there actually were some workflow runs in the tab.
As user @twigmac pointed out, the actions tab gets emptied after a while of inactivity. This change triggers the actions every day.
Adds a test to validate the following issues https://github.com/php-actions/phpunit/issues/75 https://github.com/php-actions/composer/issues/128 This will require both PRs https://github.com/php-actions/composer/pull/129 https://github.com/php-actions/phpunit/pull/76 The test is a simple action that just pre-sets a malformed env var...