File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ jobs:
24
24
- php-version : ' 8.0'
25
25
dependencies : ' lowest'
26
26
- php-version : ' 8.0'
27
- symfony-version : ' 6.0.*'
28
27
- php-version : ' 8.1'
29
- symfony-version : ' 6.0.*'
30
28
- php-version : ' 8.2'
29
+ - php-version : ' 8.3'
31
30
symfony-version : ' 7.0.*'
32
31
33
32
steps :
34
33
- name : Checkout project
35
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
36
35
37
36
- name : Install and configure PHP
38
37
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 21
21
},
22
22
"require-dev" : {
23
23
"jackalope/jackalope-doctrine-dbal" : " ^1.3" ,
24
- "doctrine/phpcr-odm" : " ^1.4| ^2.0" ,
25
- "symfony/phpunit-bridge" : " ^6.0 || ^ 7.0" ,
24
+ "doctrine/phpcr-odm" : " ^1.4 || ^2.0" ,
25
+ "symfony/phpunit-bridge" : " ^7.0.3 " ,
26
26
"matthiasnoback/symfony-dependency-injection-test" : " ^4.1.0" ,
27
27
"matthiasnoback/symfony-config-test" : " ^4.1.0" ,
28
28
"doctrine/orm" : " ^2.9" ,
29
- "symfony-cmf/testing" : " dev-master as 4.2.0" ,
29
+ "symfony-cmf/testing" : " dev-sf7 as 4.2.0" ,
30
30
"doctrine/data-fixtures" : " ^1.0.0" ,
31
31
"symfony/form" : " ^6.0 || ^7.0" ,
32
32
"symfony/translation" : " ^6.0 || ^7.0" ,
69
69
"allow-plugins" : {
70
70
"composer/package-versions-deprecated" : true
71
71
}
72
- }
72
+ },
73
+ "minimum-stability" : " beta"
73
74
}
You can’t perform that action at this time.
0 commit comments