File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 - ' 8.1'
1717 coverage : ['none']
1818 symfony-versions :
19+ - ' 4.4.*'
1920 - ' 5.1.*'
2021 - ' 5.2.*'
2122 - ' 5.3.*'
6061 - name : Update Symfony version
6162 if : matrix.symfony-versions != ''
6263 run : |
63- composer require symfony/messenger:${{ matrix.symfony-versions }} --no-update --no-scripts
64- composer require symfony/serializer:${{ matrix.symfony-versions }} --no-update --no-scripts
64+ composer require symfony/http-client:${{ matrix.symfony-versions }} --no-update --no-scripts
65+ composer require symfony/cache:${{ matrix.symfony-versions }} --no-update --no-scripts
66+ composer require symfony/dependency-injection:${{ matrix.symfony-versions }} --no-update --no-scripts
67+ composer require symfony/http-kernel:${{ matrix.symfony-versions }} --no-update --no-scripts
6568
6669 - name : Install dependencies
6770 run : composer install
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" : " ^5.0 || ^6.0" ,
27- "symfony/cache" : " ^5.0 || ^6.0" ,
26+ "symfony/http-client" : " ^4.4 || ^ 5.0 || ^6.0" ,
27+ "symfony/cache" : " ^4.4 || ^ 5.0 || ^6.0" ,
2828 "macpaw/extended_mock_http_client" : " ^1.0 || ^2.0" ,
2929 "symfony/dependency-injection" : " ^4.4 || ^5.4 || ^6.0" ,
3030 "symfony/http-kernel" : " ^4.4 || ^5.4 || ^6.0"
You can’t perform that action at this time.
0 commit comments