Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2253c91 commit cb1e8b2Copy full SHA for cb1e8b2
1 file changed
.github/workflows/continuous-integration.yml
@@ -16,13 +16,12 @@ jobs:
16
- name: Setup Composer and Dependencies
17
uses: php-actions/composer@58260d1d3c7c1576becac3ac182175adf510e953 # v6
18
- name: Run Tests
19
- uses: php-actions/phpunit@3a5951632654f875c3a2e3704199f3e63d8d4230 # v9
+ uses: php-actions/phpunit@v3
20
env:
21
XDEBUG_MODE: coverage
22
with:
23
-# version: 9.6.10
24
-# configuration: phpunit.xml.dist
25
- vendored_phpunit_path: vendor/bin/phpunit
+ version: 9.6.10
+ configuration: phpunit.xml.dist
26
php_extensions: xdebug
27
coverage_clover: coverage/clover.xml
28
coverage_html: coverage/report
0 commit comments