Skip to content

Commit

Permalink
Fix GHA workflow so we use the phpunit version from composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Feb 27, 2024
1 parent d00c4d5 commit b2a97e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
with:
php_version: ${{ matrix.php }}
path: src/
- uses: php-actions/phpunit@v3
with:
php_version: ${{ matrix.php }}
php_extensions: pcov
- run: composer test
- run: bash <(curl -s https://codecov.io/bash)

0 comments on commit b2a97e8

Please sign in to comment.