Skip to content

Commit 5ef1d6b

Browse files
committed
Set debug mode
1 parent cc991e1 commit 5ef1d6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache Composer packages
2222
id: composer-cache
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
@@ -31,4 +31,6 @@ jobs:
3131
run: composer install --prefer-dist --no-progress
3232

3333
- name: Run test suite
34+
env:
35+
XDEBUG_MODE: coverage
3436
run: composer run-script test

0 commit comments

Comments
 (0)