Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: vendor/bin/simple-phpunit -v

- name: Install php-coveralls
run: composer require --no-interaction --no-progress php-coveralls/php-coveralls:^2.5
run: composer global require --no-interaction --no-progress php-coveralls/php-coveralls:^2.5

- name: Upload coverage results to Coveralls
uses: nick-invision/retry@v2
Expand Down