actions-marketplace-validations/Laravel Package Test Action

GitHub Action to test Laravel package and library compatibility using PHPUnit

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 12, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/matriphe_laravel-pkg-test-action@20521063151609f2160c06b2a3f5e80ed433fa6f # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
operating_systemThe Operating System where the test runsnoubuntu-latest
php_versionThe PHP version where the test runsno8.2
php_extensionsThe PHP extension enabled for the test, separated by commano
laravel_versionThe Laravel framework version where the test runsno^11.0
branchThe branch name, tag name, or git reference checksum to check outno
laravel_install_argsThe arguments passed to Composer when installing Laravel frameworkno--prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins
package_install_argsThe arguments passed to Composer when installing the packageno--prefer-dist --no-progress --no-suggest --optimize-autoloader --no-plugins
phpunit_argsThe arguments passed to PHPUnit when running the testno
shell_nameThe shell name used to run the testnobash

no outputs