File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- php : ['7.3', '7.4', '8.0']
16+ php : ['7.3', '7.4', '8.0', '8.2' ]
1717 symfony-version : ['*']
1818 include :
1919 - php : ' 7.4'
2424 symfony-version : 5.4.*
2525 - php : ' 8.0'
2626 symfony-version : 6.0.*
27+ - php : ' 8.2'
28+ symfony-version : 7.0.*
2729
2830 steps :
2931 - name : Checkout code
3941 - name : Composer validate
4042 run : composer validate --strict --no-check-lock
4143
44+ - name : Flex Plugin
45+ run : composer global config --no-plugins allow-plugins.symfony/flex true
46+
4247 - name : Symfony version
4348 if : matrix.symfony-version != '*'
4449 run : composer global require --no-progress symfony/flex && composer config extra.symfony.require ${{ matrix.symfony-version }}
Original file line number Diff line number Diff line change 11# Change Log
22
3+ - Support Symfony 7
4+
35## 1.4.1 - 2022-01-14
46
57- Support Symfony 6
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^7.3 || ^8.0" ,
15- "symfony/stopwatch" : " ^3.4 || ^4.0 || ^5.0 || ^6.0" ,
15+ "symfony/stopwatch" : " ^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 " ,
1616 "php-http/client-common" : " ^1.9 || ^2.0"
1717 },
1818 "require-dev" : {
19- "symfony/phpunit-bridge" : " ^5.3 " ,
19+ "symfony/phpunit-bridge" : " ^6.4.1 " ,
2020 "guzzlehttp/psr7" : " ^2.1"
2121 },
2222 "autoload" : {
3737 "dev-master" : " 1.3-dev"
3838 }
3939 },
40+ "config" : {
41+ "allow-plugins" : {
42+ "symfony/flex" : true
43+ }
44+ },
4045 "prefer-stable" : true ,
4146 "minimum-stability" : " dev"
4247}
You can’t perform that action at this time.
0 commit comments