1 parent 29eeda2 commit 04825f5Copy full SHA for 04825f5
1 file changed
.github/workflows/ci.yml
@@ -20,8 +20,11 @@ jobs:
20
php-version: '8.5'
21
extensions: mbstring, json
22
23
+ - name: PHP info
24
+ run: php -v && php -m
25
+
26
- name: Install dependencies
27
run: composer install --prefer-dist --no-progress
28
29
- name: PHPUnit
- 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