setup-php/action.yml
2019-09-06 07:37:46 +05:30

13 lines
286 B
YAML

name: 'Setup PHP Action'
author: shivammathur
description: 'Setup a PHP environment with composer and add it to the PATH'
branding:
icon: 'activity'
color: 'purple'
inputs:
php-version:
description: 'PHP version to install.'
runs:
using: 'node12'
main: 'lib/install.js'