Skip to content

Commit f28b1f7

Browse files
committed
CI: Fix deprecation failures with 6.4
1 parent 8d85792 commit f28b1f7

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
@@ -43,7 +43,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
4343
'secret' => 'F00',
4444
'http_method_override' => false,
4545
'annotations' => [
46-
'enabled' => class_exists(Annotation::class),
46+
'enabled' => class_exists(Annotation::class) && Kernel::VERSION_ID <= 64000,
4747
],
4848
]);
4949

0 commit comments

Comments
 (0)