File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,17 @@ jobs:
1818 strategy :
1919 matrix :
2020 php :
21+ - ' 8.3'
2122 - ' 8.2'
2223 - ' 8.1'
2324 - ' 8.0'
2425 - ' 7.4'
2526 symfony : ['']
2627 experimental : [false]
2728 include :
29+ - symfony : ' ^6.4'
30+ os : ' ubuntu-latest'
31+ php : ' 8.2'
2832 - symfony : ' ^5.4'
2933 os : ' ubuntu-latest'
3034 php : ' 7.4'
Original file line number Diff line number Diff line change 3232 "require" : {
3333 "php" : " ^7.4 | ^8.0" ,
3434 "ext-pcntl" : " *" ,
35- "symfony/console" : " ^4.4 | ^5.4 | ^6.0"
35+ "symfony/console" : " ^4.4 | ^5.4 | ^6.0 | ^7.0 "
3636 },
3737 "require-dev" : {
3838 "facile-it/facile-coding-standard" : " ^1.2" ,
4242 "phpstan/phpstan-phpunit" : " ^1.3" ,
4343 "phpunit/phpunit" : " ^9.6.6" ,
4444 "phpspec/prophecy-phpunit" : " ^2.0" ,
45- "symfony/phpunit-bridge" : " ^5.2 " ,
45+ "symfony/phpunit-bridge" : " ^6.4 " ,
4646 "vimeo/psalm" : " ^4.6"
4747 }
4848}
You can’t perform that action at this time.
0 commit comments