We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3993e4 commit af48885Copy full SHA for af48885
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
php-version: ${{ matrix.php }}
21
coverage: xdebug
22
extensions: ${{ matrix.extension }}
23
- - run: php -m
+ - run: php -r "print_r(get_loaded_extensions());"
24
- run: composer install --prefer-dist --no-interaction
25
- run: vendor/bin/phpunit --coverage-text
26
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests
0 commit comments