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"
|
description: "The PHP tools to install. Comma seperated list from shivammathur/setup-php"
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
|
outputs:
|
||||||
|
php_version:
|
||||||
|
description: "The PHP version detected from composer.json"
|
||||||
|
value: ${{ steps.read-php-version.outputs.php_version }}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue