No description
Find a file
Matthew Baggett be2febbd80
Some checks failed
Test / test-no-composer-file (push) Failing after 14s
Test / test-with-composer-file (push) Failing after 13s
remove trunk
2026-03-09 12:29:08 +01:00
.github/workflows remove trunk 2026-03-09 12:29:08 +01: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 Don't fail if we're not on a debian-alike.. 2025-09-02 21:11:05 +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.