Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 authored Feb 21, 2025
1 parent ef40a95 commit bf6527b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: steps.composer-cache.outputs.cache-hit != 'true'
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: php vendor/bin/phpunit:^1.9
- run: composer require --dev scrutinizer/ocular
run: php vendor/bin/phpunit
- run: composer require --dev scrutinizer/ocular:^1.9
- name: Uploading code coverage
run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover.xml

0 comments on commit bf6527b

Please sign in to comment.