Update README and actions.yml

This commit is contained in:
Shivam Mathur 2019-09-06 07:22:50 +05:30
parent 26483229b4
commit 0034a1c81f

View File

@ -47,7 +47,7 @@ jobs:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
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:
- name: Checkout
uses: actions/checkout@master