We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3a274 commit f8af2e4Copy full SHA for f8af2e4
.github/workflows/ci.yml
@@ -12,18 +12,15 @@ jobs:
12
strategy:
13
matrix:
14
php-version: [ '8.2', '8.3', '8.4' ]
15
- env:
16
- XDEBUG_MODE: coverage
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up PHP
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ matrix.php-version }}
23
- coverage: xdebug
24
- name: Install Composer dependencies
25
run: |
26
composer self-update
27
composer install --prefer-source --no-interaction
28
- name: Run PHPUnit
29
- run: vendor/bin/phpunit --coverage-text
+ run: vendor/bin/phpunit --no-coverage
0 commit comments