Skip to content

Commit 052817b

Browse files
authored
Merge pull request #5427 from kenjis/temporary-fix-PhpCoveralls
chore: temporary fix for PhpCoveralls error
2 parents d7ad228 + a838edc commit 052817b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- name: Run Coveralls
138138
if: github.repository_owner == 'codeigniter4' && matrix.php-versions == '8.0'
139139
run: |
140-
composer global require --ansi php-coveralls/php-coveralls:^2.4
140+
composer global require --ansi php-coveralls/php-coveralls:^2.4 symfony/console:^5
141141
php-coveralls --coverage_clover=build/logs/clover.xml -v
142142
env:
143143
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)