Skip to content

Commit 04825f5

Browse files
committed
CI: no-configuration + php info
1 parent 29eeda2 commit 04825f5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
php-version: '8.5'
2121
extensions: mbstring, json
2222

23+
- name: PHP info
24+
run: php -v && php -m
25+
2326
- name: Install dependencies
2427
run: composer install --prefer-dist --no-progress
2528

2629
- name: PHPUnit
27-
run: php -d memory_limit=256M vendor/phpunit/phpunit/phpunit --no-coverage -c phpunit.xml --testdox 2>&1
30+
run: php -d memory_limit=256M vendor/phpunit/phpunit/phpunit --no-configuration --bootstrap vendor/autoload.php tests --no-coverage

0 commit comments

Comments
 (0)