Output the detected php version.
This commit is contained in:
parent
be24ab9b6c
commit
8635216376
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ inputs:
|
|||
description: "The PHP tools to install. Comma seperated list from shivammathur/setup-php"
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
outputs:
|
||||
php_version:
|
||||
description: "The PHP version detected from composer.json"
|
||||
value: ${{ steps.read-php-version.outputs.php_version }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue