We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4000f65 + 25abc4c commit 013ddc7Copy full SHA for 013ddc7
README.md
@@ -164,6 +164,7 @@ jobs:
164
- name: Setup PHP
165
uses: shivammathur/setup-php@master
166
with:
167
+ php-version: ${{ matrix.php-versions }}
168
extension-csv: mbstring, xdebug #optional, setup extensions
169
ini-values-csv: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
170
coverage: xdebug #optional, setup coverage driver
0 commit comments