From 76c87c4d3ea3a026f212a090fe03280246d28df3 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Fri, 6 Sep 2019 06:10:52 +0530 Subject: [PATCH] Update action.yml and README --- README.md | 14 ++++++++++++-- action.yml | 5 ++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d77d6991..da14bb76 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,19 @@ GitHub Actions status

-This action sets up a php environment for use in actions by: +This action sets up a php environment along with composer on multiple platforms for use in github actions. -- optionally installing a version of PHP and adding to PATH. Along with php it also installs composer +# PHP Version Support +- '5.6' +- '7.0' +- '7.1' +- '7.2' +- '7.3' + +# Operating Systems Support +- Linux (ubuntu-latest) +- Windows (windows-latest) +- MacOS (macOS-latest) # Usage diff --git a/action.yml b/action.yml index 56523403..9c85deff 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ -name: 'Setup PHP environment' +name: 'Setup PHP environment with composer on multiple platforms' +author: shivammathur description: 'Setup a PHP environment with composer and add it to the PATH' author: 'shivammathur' + icon: 'activity' + color: 'purple' inputs: php-version: description: 'PHP version to install.'