Skip to content

Commit af48885

Browse files
committed
Update ci.yml
1 parent b3993e4 commit af48885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
php-version: ${{ matrix.php }}
2121
coverage: xdebug
2222
extensions: ${{ matrix.extension }}
23-
- run: php -m
23+
- run: php -r "print_r(get_loaded_extensions());"
2424
- run: composer install --prefer-dist --no-interaction
2525
- run: vendor/bin/phpunit --coverage-text
2626
- run: vendor/bin/phpcs --standard=PSR12 --colors -n src tests

0 commit comments

Comments
 (0)