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 18764e0 commit ef40a95
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- master
- 3.0/test
paths:
- '**.php'
- composer.lock
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -30,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
run: php vendor/bin/phpunit:^1.9
- run: composer require --dev scrutinizer/ocular
- name: Uploading code coverage
run: php vendor/bin/ocular code-coverage:upload --format=php-clover coverage.clover.xml

0 comments on commit ef40a95

Please sign in to comment.