PHP - Features, integrations, alternatives & more
What it does
This action builds and tests PHP applications using Composer and PHPUnit.
How it works
This action launches a Docker container using the official PHP image which is customized with preinstalled PHPUnit and Composer. The container runs composer install
and phpunit
commands. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
