File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
- ' 7.4'
27
27
- ' 8.0'
28
28
- ' 8.1'
29
+ - ' 8.2'
29
30
30
31
steps :
31
32
- name : Checkout
Original file line number Diff line number Diff line change 36
36
symfony-versions : ' ^6.0'
37
37
- php : ' 8.1'
38
38
symfony-versions : ' ^6.0'
39
+ - php : ' 8.2'
40
+ symfony-versions : ' ^7.0'
39
41
40
42
name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }}
41
43
steps :
Original file line number Diff line number Diff line change 22
22
"require" : {
23
23
"php" : " ^7.2||^8.0" ,
24
24
"predis/predis" : " ~1.1" ,
25
- "symfony/framework-bundle" : " ^4.3||^5.0||^6.0" ,
26
- "symfony/yaml" : " ^4.3||^5.0||^6.0"
25
+ "symfony/framework-bundle" : " ^4.3||^5.0||^6.0||^7.0 " ,
26
+ "symfony/yaml" : " ^4.3||^5.0||^6.0||^7.0 "
27
27
},
28
28
"require-dev" : {
29
29
"phpunit/phpunit" : " ^8.5||^9.0" ,
You can’t perform that action at this time.
0 commit comments