Skip to content

Commit b2a97e8

Browse files
committed
Fix GHA workflow so we use the phpunit version from composer.json
1 parent d00c4d5 commit b2a97e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ jobs:
2222
with:
2323
php_version: ${{ matrix.php }}
2424
path: src/
25-
- uses: php-actions/phpunit@v3
26-
with:
27-
php_version: ${{ matrix.php }}
28-
php_extensions: pcov
25+
- run: composer test
2926
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)