File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 "nesbot/carbon" : " ^2.72.6 || ^3.8.4" ,
3333 "psr/log" : " ^2.0 || ^3.0.2" ,
3434 "ramsey/uuid" : " ^4.7.6" ,
35- "roadrunner-php/roadrunner-api-dto" : " ^1.13 .0" ,
36- "roadrunner-php/version-checker" : " ^1.0.1 " ,
35+ "roadrunner-php/roadrunner-api-dto" : " ^1.14 .0" ,
36+ "roadrunner-php/version-checker" : " ^1.0.2 " ,
3737 "spiral/attributes" : " ^3.1.8" ,
38- "spiral/roadrunner" : " ^2025.1.3 " ,
38+ "spiral/roadrunner" : " ^2025.1.5 " ,
3939 "spiral/roadrunner-cli" : " ^2.6" ,
4040 "spiral/roadrunner-kv" : " ^4.3.1" ,
4141 "spiral/roadrunner-worker" : " ^3.6.2" ,
Original file line number Diff line number Diff line change 44 temp-dir =" ./runtime"
55>
66 <actions >
7- <download software =" rr" version =" ^2025.1.3 " />
7+ <download software =" rr" version =" ^2025.1.5 " />
88 <download software =" temporal" version =" ^1.4-fairness@dev" />
99 <download software =" temporal-tests-server" />
1010 </actions >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static function retryPolicy(
2525 $ result = $ stub ->getResult (type: 'array ' );
2626 self ::assertSame ([
2727 "initial_interval " => ['seconds ' => 1 , 'nanos ' => 0 ],
28- "backoff_coefficient " => 3 ,
28+ "backoff_coefficient " => 3.0 ,
2929 "maximum_interval " => ['seconds ' => 120 , 'nanos ' => 0 ],
3030 "maximum_attempts " => 20 ,
3131 "non_retryable_error_types " => [],
You can’t perform that action at this time.
0 commit comments