Skip to content

Commit

Permalink
use php version as flag, turn off verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Apr 28, 2024
1 parent 897814f commit b0984f0
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 @@ -135,8 +135,8 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.clover
flags: unittests
verbose: true
flags: ${{ matrix.php-version }}
verbose: false

packages:
uses: opentelemetry-php/gh-workflows/.github/workflows/validate-packages.yml@main
Expand Down

0 comments on commit b0984f0

Please sign in to comment.