Skip to content

Commit

Permalink
Fix matrix usage yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Nov 7, 2019
1 parent 4000f65 commit 25abc4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25abc4c

Please sign in to comment.