diff --git a/tests/Benchmarks/Integrations/SymfonyBench.php b/tests/Benchmarks/Integrations/SymfonyBench.php index 161173a5995..bf3bb6c1ee3 100644 --- a/tests/Benchmarks/Integrations/SymfonyBench.php +++ b/tests/Benchmarks/Integrations/SymfonyBench.php @@ -43,7 +43,7 @@ public function benchSymfonyOverhead() public static function getAppIndexScript() { - return __DIR__ . '/../../Frameworks/Symfony/Version_6_2/public/index.php'; + return __DIR__ . '/../../Frameworks/Symfony/Version_5_2/public/index.php'; } public function disableSymfonyTracing()