Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebd2270

Browse filesBrowse files
committed
bug #58613 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring (nicolas-grekas)
This PR was merged into the 5.4 branch. Discussion ---------- Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT As part of the sponsoring of Symfony 5.4 by Ibexa, we agreed to extend the security-only maintenance period until February 2029 (which matches the EOL of Ibexa's DXP 4.6 LTS). Thanks to them! (but please don't make this an excuse to postpone upgrading to Symfony++ everybody 🙏 ) Labeling this PR as a bugfix so that it gets some visibility in the changelog. /cc `@adamwojs` FYI Commits ------- b2fdb81 Symfony 5.4 LTS will get security fixes until Feb 2029 thanks to Ibexa' sponsoring
2 parents e39f6a9 + b2fdb81 commit ebd2270
Copy full SHA for ebd2270

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
8686
public const EXTRA_VERSION = 'DEV';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';
89-
public const END_OF_LIFE = '11/2025';
89+
public const END_OF_LIFE = '02/2029';
9090

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.