File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 run :
10- runs-on : ubuntu-18.04
10+ runs-on : ubuntu-latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
2424 - ' 6.0.*'
2525 - ' 6.2.*'
2626 include :
27- - php : ' 8.0'
28- coverage : ' xdebug'
29- symfony-versions : ' ^4.4'
30- - php : ' 8.0'
31- coverage : ' xdebug'
32- symfony-versions : ' ^5.4'
3327 - description : ' Log Code Coverage'
3428 php : ' 8.2'
3529 coverage : ' xdebug'
Original file line number Diff line number Diff line change 2727 "symfony/cache" : " ^4.4 || ^5.0 || ^6.0" ,
2828 "symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0" ,
2929 "symfony/http-kernel" : " ^4.4 || ^5.4 || ^6.0" ,
30- "macpaw/extended_mock_http_client" : " ^3.0"
30+ "macpaw/extended_mock_http_client" : " ^3.0 || ^4.0 "
3131 },
3232 "require-dev" : {
3333 "phpstan/phpstan" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments