Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 670 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 670 Bytes

action-setup-php

Sets up a PHP project with GitHub Actions, including detecting PHP version and running composer install.

Tests Status QC Status

Inputs

  • working_directory: The directory to run the PHP setup in. Default: ..
  • php_tools: The PHP tools to install.

Outputs

  • php_version: The PHP version that was detected.

Exported Envs

  • PHP_VERSION: The PHP version that was detected.