ci: Bump coveralls to 2.7.0

- Fixes PHP 8 support https://github.com/php-coveralls/php-coveralls/releases/tag/v2.4.3
pull/86/head
Jan Tojnar 2 years ago
parent 7f4c6cfcbd
commit 2103853a1b
  1. 2
      .github/workflows/continuous-integration.yml

@ -99,7 +99,7 @@ jobs:
run: "php vendor/bin/simple-phpunit -v --coverage-clover build/logs/clover.xml"
- name: "Retrieve Coveralls phar"
run: "wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.2/php-coveralls.phar"
run: "wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.7.0/php-coveralls.phar"
- name: "Enable Coveralls phar"
run: "chmod +x php-coveralls.phar"

Loading…
Cancel
Save