Update README and actions.yml

This commit is contained in:
Shivam Mathur 2019-09-06 07:22:50 +05:30
parent fb6fb4c810
commit 202f1bbec1
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
matrix: matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest] operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3'] php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3']
name: PHP ${{ matrix.php-versions }} Test name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master

View File

@ -1,7 +1,7 @@
name: 'Setup PHP Action' name: 'Setup PHP Action'
author: shivammathur author: shivammathur
description: 'Setup a PHP environment with composer and add it to the PATH' description: 'Setup a PHP environment with composer and add it to the PATH'
author: 'shivammathur' branding:
icon: 'activity' icon: 'activity'
color: 'purple' color: 'purple'
inputs: inputs: