No description
Find a file
2024-07-31 12:18:49 +02:00
.github/workflows Fix job name 2024-07-31 12:18:49 +02:00
.trunk trunk upgrade 2024-07-31 12:05:27 +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 Improve composer.json php version selection 2024-05-19 04:12:40 +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 fix linting 2024-07-31 12:01:25 +02:00

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.