Merge pull request #75 from shivammathur/develop

Fix matrix usage yml
This commit is contained in:
Shivam Mathur 2019-11-07 15:11:34 +05:30 committed by GitHub
commit 013ddc75a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extension-csv: mbstring, xdebug #optional, setup extensions
ini-values-csv: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
coverage: xdebug #optional, setup coverage driver