Skip to content

Commit 3325e85

Browse files
author
Bl00D4NGEL
committed
gh: fix php-actions/phpunit by setting 'correct' test_suffix over 'incorrect' default variable
1 parent 136d796 commit 3325e85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
with:
2424
version: 11.5
2525
php_version: 8.3
26+
test_suffix: Test.php
2627
configuration: phpunit.xml
27-
php_extensions: "xdebug"
28+
php_extensions: xdebug
2829
coverage_text: true
2930
coverage_clover: reports/coverage.xml
3031

0 commit comments

Comments
 (0)