Skip to content

Commit 2a0b841

Browse files
committed
fix: adjust kernel version to only 5.4 load
1 parent f356da0 commit 2a0b841

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/End2End/App/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
4444
$loader->load(__DIR__ . '/deprecations_for_5.yml');
4545
}
4646

47-
if (self::VERSION_ID >= 50400) {
47+
if (self::VERSION_ID == 50400) {
4848
$loader->load(__DIR__ . '/deprecations_for_54.yml');
4949
}
5050

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
framework:
2-
router:
3-
utf8: true
42
messenger:
53
reset_on_message: true

0 commit comments

Comments
 (0)