No description
Find a file
2024-05-18 19:59:54 +02:00
.github/workflows To the tune of "shots": Tests, Tests, Tests, Tests, Tests! 2024-05-18 19:59:54 +02:00
.trunk To the tune of "shots": Tests, Tests, Tests, Tests, Tests! 2024-05-18 19:59:54 +02:00
.actrc To the tune of "shots": Tests, Tests, Tests, Tests, Tests! 2024-05-18 19:59:54 +02:00
.gitignore To the tune of "shots": Tests, Tests, Tests, Tests, Tests! 2024-05-18 19:59:54 +02:00
action.yml To the tune of "shots": Tests, Tests, Tests, Tests, Tests! 2024-05-18 19:59:54 +02:00
CODE_OF_CONDUCT.md initial commit. 2024-05-18 17:22:19 +02:00
LICENCE.md initial commit. 2024-05-18 17:22:19 +02:00
README.md Output PHP_VERSION as an env too. 2024-05-18 18:28:18 +02:00

action-setup-php

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

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.