Skip to content

Commit

Permalink
[BUGFIX] Disable coveralls upload for php 8.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 3, 2021
1 parent 9e85cc2 commit 4b424e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
typo3DatabaseUsername: root

- name: Upload coverage results to Coveralls
if: matrix.php != '8.0'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
Expand Down

0 comments on commit 4b424e1

Please sign in to comment.