No description
Find a file
Matthew Baggett 6edc4dad35
Some checks failed
Test / test-no-composer-file (push) Has been cancelled
Test / test-with-composer-file (push) Has been cancelled
Quality Control: Trunk Check / Trunk Check Runner (push) Has been cancelled
Merge branch 'main' of ssh://git.grey.ooo:222/Benzine/Github-Actions-Setup-PHP
2025-05-15 17:18:24 +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 --no-scripts 2025-05-15 17:17:24 +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.