Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb1e8b2

Browse files
committed
chore: update CI
1 parent 2253c91 commit cb1e8b2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ jobs:
1616
- name: Setup Composer and Dependencies
1717
uses: php-actions/composer@58260d1d3c7c1576becac3ac182175adf510e953 # v6
1818
- name: Run Tests
19-
uses: php-actions/phpunit@3a5951632654f875c3a2e3704199f3e63d8d4230 # v9
19+
uses: php-actions/phpunit@v3
2020
env:
2121
XDEBUG_MODE: coverage
2222
with:
23-
# version: 9.6.10
24-
# configuration: phpunit.xml.dist
25-
vendored_phpunit_path: vendor/bin/phpunit
23+
version: 9.6.10
24+
configuration: phpunit.xml.dist
2625
php_extensions: xdebug
2726
coverage_clover: coverage/clover.xml
2827
coverage_html: coverage/report

0 commit comments

Comments
 (0)