Skip to content

Commit a2c0e36

Browse files
authored
fixing tests .. newest version of php-coveralls requires php 8.1+ so using latest stable version that worked with earlier versions of php (#87)
1 parent eb3656d commit a2c0e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: composer --ansi --no-interaction run-script test -- --coverage-clover coverage-clover.xml
8686
- name: Download Coveralls
8787
if: ${{ env.CODE_COVERAGE_TOOL != 'none' }}
88-
run: curl -sSLf -o php-coveralls.phar https://github.com/php-coveralls/php-coveralls/releases/latest/download/php-coveralls.phar
88+
run: curl -sSLf -o php-coveralls.phar https://github.com/php-coveralls/php-coveralls/releases/download/v2.5.3/php-coveralls.phar
8989
- name: Upload Coveralls data
9090
if: ${{ env.CODE_COVERAGE_TOOL != 'none' }}
9191
env:

0 commit comments

Comments
 (0)