Skip to content

Commit

Permalink
Upload coverage results on PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Aug 27, 2022
1 parent dc7c31e commit b38a161
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ jobs:

# https://github.com/php-coveralls/php-coveralls#github-actions
- name: Upload coverage results to Coveralls
# NOTE: For now we would run this step only on php7.4 due to the error on php8.
# https://github.com/ackintosh/ganesha/runs/4375377952?check_suite_focus=true
# > PHP Fatal error: Declaration of PhpCoveralls\Bundle\CoverallsBundle\Console\Application::getDefinition() must be compatible with ...
if: ${{ matrix.php-version == '7.4' }}
if: ${{ matrix.php-version == '8.0' }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit b38a161

Please sign in to comment.