Skip to content

Commit 013ddc7

Browse files
authored
Merge pull request #75 from shivammathur/develop
Fix matrix usage yml
2 parents 4000f65 + 25abc4c commit 013ddc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
- name: Setup PHP
165165
uses: shivammathur/setup-php@master
166166
with:
167+
php-version: ${{ matrix.php-versions }}
167168
extension-csv: mbstring, xdebug #optional, setup extensions
168169
ini-values-csv: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
169170
coverage: xdebug #optional, setup coverage driver

0 commit comments

Comments
 (0)