Skip to content

Commit a289727

Browse files
committed
GH Actions: update for php-coveralls 2.6.0
PHP-Coveralls 2.6.0 has just been released, so let's start using that. Ref: * https://github.com/php-coveralls/php-coveralls/releases/tag/v2.6.0
1 parent 4faff77 commit a289727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ jobs:
104104
- name: Run the unit tests with code coverage
105105
run: composer coverage
106106

107-
# Global install is used to prevent a conflict with the local composer.lock in PHP 8.0+.
107+
# Global install is used to prevent a conflict with the local composer.lock.
108108
- name: Install Coveralls
109109
if: ${{ success() }}
110-
run: composer global require php-coveralls/php-coveralls:"^2.5.3" --no-interaction
110+
run: composer global require php-coveralls/php-coveralls:"^2.6.0" --no-interaction
111111

112112
- name: Upload coverage results to Coveralls
113113
if: ${{ success() }}

0 commit comments

Comments
 (0)