actions-marketplace-validations/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
- Stalelast commit Oct 12, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/matriphe_laravel-pkg-test-action@20521063151609f2160c06b2a3f5e80ed433fa6f # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
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