File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 2121 dependencies :
2222 - " lowest"
2323 - " highest"
24- exclude :
25- # Exclude lowest deps version as they don't support newer php versions
26- - dependencies : " lowest"
27- php-version : " 8.3"
28- - dependencies : " lowest"
29- php-version : " 8.2"
30- - dependencies : " lowest"
31- php-version : " 8.1"
32- - dependencies : " lowest"
33- php-version : " 8.0"
3424
3525 steps :
3626 - name : " Checkout"
5141 run : " vendor/bin/phpunit -c phpunit.xml.dist"
5242
5343 - name : Upload coverage results to Coveralls
44+ # skip php-coversalls for lowest deps
45+ # it fails on lowest depedencies because old versions of guzzle doesn't work well with newer php versions
46+ if : " ${{ 'highest' == matrix.dependencies }}"
5447 env :
5548 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5649 run : |
You can’t perform that action at this time.
0 commit comments