We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d037b commit c91b084Copy full SHA for c91b084
.github/workflows/ci.yml
@@ -28,8 +28,6 @@ jobs:
28
uses: shivammathur/setup-php@v2
29
with:
30
php-version: ${{ matrix.php-versions }}
31
- extensions: mbstring, intl #optional, setup extensions
32
- ini-values: post_max_size=256M, short_open_tag=On #optional, setup php.ini configuration
33
coverage: xdebug #optional, setup coverage driver
34
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
35
0 commit comments