File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- version : [ '8.0', '8.1' ]
10+ php-version : [ '8.0', '8.1' ]
11+ symfony-version : ['^5.4', '^6.0']
1112 fail-fast : false
1213 steps :
1314 - uses : actions/checkout@master
1415 - uses : shivammathur/setup-php@v2
1516 with :
16- php-version : ${{ matrix.version }}
17+ php-version : ${{ matrix.php-version }}
18+ - run : composer require symfony/symfony:${{ matrix.symfony-version }} --no-update
1719 - run : make install
1820 - run : make ci
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " >=8.0" ,
2020 "ext-json" : " *" ,
21- "symfony/config" : " ^6.0" ,
22- "symfony/dependency-injection" : " ^6.0" ,
23- "symfony/event-dispatcher" : " ^6.0" ,
24- "symfony/http-foundation" : " ^6.0" ,
25- "symfony/http-kernel" : " ^6.0" ,
26- "symfony/options-resolver" : " ^6.0"
21+ "symfony/config" : " ^5.4 || ^ 6.0" ,
22+ "symfony/dependency-injection" : " ^5.4 || ^ 6.0" ,
23+ "symfony/event-dispatcher" : " ^5.4 || ^ 6.0" ,
24+ "symfony/http-foundation" : " ^5.4 || ^ 6.0" ,
25+ "symfony/http-kernel" : " ^5.4 || ^ 6.0" ,
26+ "symfony/options-resolver" : " ^5.4 || ^ 6.0"
2727 },
2828 "require-dev" : {
2929 "phpunit/phpunit" : " 9.5.*" ,
3030 "m6web/php-cs-fixer-config" : " ^2.1" ,
3131 "phpstan/phpstan" : " ^1.5" ,
3232 "phpstan/phpstan-phpunit" : " ^1.1" ,
33- "symfony/var-dumper" : " ^6.0" ,
33+ "symfony/var-dumper" : " ^5.4 || ^ 6.0" ,
3434 "rector/rector" : " ^0.12.22"
3535 },
3636 "suggest" : {
You can’t perform that action at this time.
0 commit comments