From 2103853a1b8a7e2514cd02c7fea3445be287d976 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Sat, 16 Mar 2024 22:30:49 +0100 Subject: [PATCH] ci: Bump coveralls to 2.7.0 - Fixes PHP 8 support https://github.com/php-coveralls/php-coveralls/releases/tag/v2.4.3 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0142189..2687e8f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.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"