Skip to content

Commit 8df9a0c

Browse files
committed
Extend Symfony 6.0 EOL
1 parent 06341a6 commit 8df9a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8585
public const RELEASE_VERSION = 5;
8686
public const EXTRA_VERSION = 'DEV';
8787

88-
public const END_OF_MAINTENANCE = '07/2022';
89-
public const END_OF_LIFE = '07/2022';
88+
public const END_OF_MAINTENANCE = '01/2023';
89+
public const END_OF_LIFE = '01/2023';
9090

9191
public function __construct(string $environment, bool $debug)
9292
{

0 commit comments

Comments
 (0)