File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,15 @@ jobs:
2323 - ' 5.4.*'
2424 - ' 6.0.*'
2525 - ' 6.2.*'
26+ - ' 7.0.*'
27+ exclude :
28+ - php : ' 8.1'
29+ symfony-versions : ' 7.0.*'
2630 include :
2731 - description : ' Log Code Coverage'
2832 php : ' 8.2'
2933 coverage : ' xdebug'
30- symfony-versions : ' ^6.2 '
34+ symfony-versions : ' ^7.0 '
3135
3236 name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
3337 steps :
Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^8.0" ,
2525 "behat/behat" : " ^3.0" ,
26- "symfony/http-client" : " ^4.4 || ^5.0 || ^6.0" ,
27- "symfony/cache" : " ^4.4 || ^5.0 || ^6.0" ,
28- "symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0" ,
29- "symfony/http-kernel" : " ^4.4 || ^5.4 || ^6.0" ,
26+ "symfony/http-client" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 " ,
27+ "symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 " ,
28+ "symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
29+ "symfony/http-kernel" : " ^4.4 || ^5.4 || ^6.0 || ^7.0 " ,
3030 "macpaw/extended_mock_http_client" : " ^3.0 || ^4.0"
3131 },
3232 "require-dev" : {
You can’t perform that action at this time.
0 commit comments