File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 20
20
- php : 8.1
21
21
deps : lowest
22
22
symfony : ' *'
23
+ - php : 8.3
24
+ symfony : ' 7.0.*'
23
25
steps :
24
26
- uses : zenstruck/.github@php-test-symfony
25
27
with :
Original file line number Diff line number Diff line change 19
19
20
20
"require" : {
21
21
"php" : " >=8.1" ,
22
- "symfony/dependency-injection" : " ^5.4|^6.0" ,
23
- "symfony/translation" : " ^5.4|^6.0" ,
24
- "symfony/config" : " ^5.4|^6.0"
22
+ "symfony/dependency-injection" : " ^5.4|^6.0|^7.0 " ,
23
+ "symfony/translation" : " ^5.4|^6.0|^7.0 " ,
24
+ "symfony/config" : " ^5.4|^6.0|^7.0 "
25
25
},
26
26
27
27
"require-dev" : {
28
- "symfony/framework-bundle" : " ^5.4|^6.0" ,
29
- "symfony/phpunit-bridge" : " ^5.4|^6.0" ,
30
- "symfony/twig-bundle" : " ^5.4|^6.0" ,
28
+ "symfony/framework-bundle" : " ^5.4|^6.0|^7.0 " ,
29
+ "symfony/phpunit-bridge" : " ^5.4|^6.0|^7.0 " ,
30
+ "symfony/twig-bundle" : " ^5.4|^6.0|^7.0 " ,
31
31
"phpstan/phpstan" : " ^1.11" ,
32
32
"phpunit/phpunit" : " ^9.6"
33
33
},
You can’t perform that action at this time.
0 commit comments