setup-php/action.yml

13 lines
286 B
YAML
Raw Normal View History

2019-09-06 08:11:53 +07:00
name: 'Setup PHP Action'
2019-09-06 07:40:52 +07:00
author: shivammathur
2019-09-06 06:47:43 +07:00
description: 'Setup a PHP environment with composer and add it to the PATH'
2019-09-06 08:52:50 +07:00
branding:
2019-09-06 07:40:52 +07:00
icon: 'activity'
color: 'purple'
2019-09-06 06:47:43 +07:00
inputs:
php-version:
description: 'PHP version to install.'
runs:
using: 'node12'
main: 'lib/install.js'