Skip to content

Commit 8449584

Browse files
committed
chore: removed 8.5 changed coverage to xdebug
1 parent afaab73 commit 8449584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
24+
php: ['8.1', '8.2', '8.3', '8.4']
2525

2626
name: PHP ${{ matrix.php }} Test
2727

@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
php-version: ${{ matrix.php }}
3636
extensions: json, mbstring
37-
coverage: pcov
37+
coverage: xdebug
3838
env:
3939
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040

0 commit comments

Comments
 (0)