Skip to content

[HttpKernel] Lower EOL date #33057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2019
Merged

[HttpKernel] Lower EOL date #33057

merged 1 commit into from
Aug 9, 2019

Conversation

derrabus
Copy link
Member

@derrabus derrabus commented Aug 8, 2019

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT
Doc PR N/A

This PR implements the changes described in https://symfony.com/blog/symfony-maintenance-changes-for-standard-releases:

Symfony 5.0 will be the first release to implement the change: EOM and EOL dates will be July 2020.

@@ -73,7 +73,7 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
const EXTRA_VERSION = 'DEV';

const END_OF_MAINTENANCE = '07/2020';
const END_OF_LIFE = '01/2021';
const END_OF_LIFE = '07/2020';
Copy link
Member

@yceruto yceruto Aug 8, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aren't these changes currently automated?

@fabpot
Copy link
Member

fabpot commented Aug 9, 2019

Thank you @derrabus.

@fabpot fabpot merged commit 88f52a1 into symfony:master Aug 9, 2019
fabpot added a commit that referenced this pull request Aug 9, 2019
This PR was merged into the 5.0-dev branch.

Discussion
----------

[HttpKernel] Lower EOL date

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | N/A
| License       | MIT
| Doc PR        | N/A

This PR implements the changes described in https://symfony.com/blog/symfony-maintenance-changes-for-standard-releases:

> Symfony 5.0 will be the first release to implement the change: EOM and EOL dates will be July 2020.

Commits
-------

88f52a1 Lower EOL date.
@derrabus derrabus deleted the patch-1 branch August 11, 2019 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants