Skip to content

Commit c91b084

Browse files
committed
Fix ci
1 parent e4d037b commit c91b084

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
uses: shivammathur/setup-php@v2
2929
with:
3030
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
3331
coverage: xdebug #optional, setup coverage driver
3432
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
3533

0 commit comments

Comments
 (0)