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 4faff77 commit a289727Copy full SHA for a289727
.github/workflows/test.yml
@@ -104,10 +104,10 @@ jobs:
104
- name: Run the unit tests with code coverage
105
run: composer coverage
106
107
- # Global install is used to prevent a conflict with the local composer.lock in PHP 8.0+.
+ # Global install is used to prevent a conflict with the local composer.lock.
108
- name: Install Coveralls
109
if: ${{ success() }}
110
- run: composer global require php-coveralls/php-coveralls:"^2.5.3" --no-interaction
+ run: composer global require php-coveralls/php-coveralls:"^2.6.0" --no-interaction
111
112
- name: Upload coverage results to Coveralls
113
0 commit comments