We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7c31e commit b38a161Copy full SHA for b38a161
.github/workflows/tests.yml
@@ -64,10 +64,7 @@ jobs:
64
65
# https://github.com/php-coveralls/php-coveralls#github-actions
66
- name: Upload coverage results to Coveralls
67
- # NOTE: For now we would run this step only on php7.4 due to the error on php8.
68
- # https://github.com/ackintosh/ganesha/runs/4375377952?check_suite_focus=true
69
- # > PHP Fatal error: Declaration of PhpCoveralls\Bundle\CoverallsBundle\Console\Application::getDefinition() must be compatible with ...
70
- if: ${{ matrix.php-version == '7.4' }}
+ if: ${{ matrix.php-version == '8.0' }}
71
env:
72
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
run: |
0 commit comments