-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de0f393
commit 23f88bd
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,19 @@ | ||
# action-setup-php | ||
|
||
Sets up a PHP project with GitHub Actions, including detecting PHP version and running composer install. | ||
|
||
![Tests Status](https://img.shields.io/github/actions/workflow/status/benzine-framework/action-setup-php/test.yml?logo=github&label=Tests) | ||
![QC Status](https://img.shields.io/github/actions/workflow/status/benzine-framework/action-setup-php/trunk.check.yml?logo=github&label=QC) | ||
|
||
## Inputs: | ||
|
||
- `working_directory`: The directory to run the PHP setup in. Default: `.`. | ||
- `php_tools`: The PHP tools to install. | ||
- `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. | ||
|
||
- `PHP_VERSION`: The PHP version that was detected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters