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 21
21
dependencies :
22
22
- " lowest"
23
23
- " 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"
34
24
35
25
steps :
36
26
- name : " Checkout"
51
41
run : " vendor/bin/phpunit -c phpunit.xml.dist"
52
42
53
43
- 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 }}"
54
47
env :
55
48
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
49
run : |
You can’t perform that action at this time.
0 commit comments