Skip to content

Commit 9907ca1

Browse files
committed
Fix CI test deprecations in SF 6.4
1 parent 417143b commit 9907ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/Fixtures/TestKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
4242
$container->loadFromExtension('framework', [
4343
'secret' => 'F00',
4444
'http_method_override' => false,
45-
'annotations' => class_exists(Annotation::class) && Kernel::VERSION_ID <= 60400,
45+
'annotations' => class_exists(Annotation::class) && Kernel::VERSION_ID < 60400,
4646
'php_errors' => ['log' => true],
4747
] + (Kernel::VERSION_ID >= 60200 ? ['handle_all_throwables' => true] : []));
4848
$container->loadFromExtension('doctrine', [

0 commit comments

Comments
 (0)