File tree Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Expand file tree Collapse file tree 3 files changed +3
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 39
39
run : vendor/bin/phpunit -v --coverage-text --coverage-clover build/logs/clover.xml
40
40
41
41
- name : Upload coverage results to Coveralls
42
+ if : ${{ matrix.dependency-version == 'prefer-lowest' }}
42
43
env :
43
44
COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
45
run : |
45
- composer global require php-coveralls/php-coveralls
46
+ composer global require php-coveralls/php-coveralls guzzlehttp/guzzle:^7.0 --prefer-lowest
46
47
php-coveralls --coverage_clover=build/logs/clover.xml -v
Original file line number Diff line number Diff line change 12
12
"php" : " ^8.0" ,
13
13
"ext-json" : " *" ,
14
14
"dogado/json-api-common" : " ^3.0" ,
15
- "symfony/validator" : " ^5.3.7"
15
+ "symfony/validator" : " ^5.3.7|^6.0 "
16
16
},
17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments