matriphe/Laravel Package Test Action
GitHub Action to test Laravel package and library compatibility using PHPUnit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operating_system | The Operating System where the test runs | no | ubuntu-latest |
| php_version | The PHP version where the test runs | no | 8.2 |
| php_extensions | The PHP extension enabled for the test, separated by comma | no | — |
| laravel_version | The Laravel framework version where the test runs | no | ^11.0 |
| branch | The branch name, tag name, or git reference checksum to check out | no | — |
| laravel_install_args | The arguments passed to Composer when installing Laravel framework | no | --prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins |
| package_install_args | The arguments passed to Composer when installing the package | no | --prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins |
| phpunit_args | The arguments passed to PHPUnit when running the test | no | — |
| shell_name | The shell name used to run the test | no | bash |
Outputs
no outputs