File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
pkg/enqueue/Tests/Symfony/Consumption Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 extensions : mongodb, redis, :xdebug
2424 ini-values : memory_limit=2048M
2525
26- - run : php ./bin/fix-symfony-version.php "5.4 .*"
26+ - run : php ./bin/fix-symfony-version.php "6.2 .*"
2727
2828 - uses : " ramsey/composer-install@v1"
2929
6363 extensions : mongodb, redis, :xdebug
6464 ini-values : memory_limit=2048M
6565
66- - run : php ./bin/fix-symfony-version.php "5.4 .*"
66+ - run : php ./bin/fix-symfony-version.php "6.2 .*"
6767
6868 - run : composer update --no-progress
6969
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ public function testShouldExecuteConsumptionWithSeveralCustomQueues()
204204
205205 public function testShouldExecuteConsumptionWhenProcessorImplementsQueueSubscriberInterface ()
206206 {
207- $ processor = new class implements Processor, QueueSubscriberInterface {
207+ $ processor = new class () implements Processor, QueueSubscriberInterface {
208208 public function process (InteropMessage $ message , Context $ context )
209209 {
210210 }
You can’t perform that action at this time.
0 commit comments