martin-helmich / typo3-typoscript-lint

Find coding errors in your TypoScript files.
MIT License
82 stars 19 forks source link

[TASK] Drop support for end-of-lifed Symfony versions #136

Closed oliverklee closed 2 years ago

oliverklee commented 2 years ago

According to https://symfony.com/releases, Symfony 3.x is has reached its end of life, and from the 4.x and 5.x release lines, only 4.4 and 5.4 still get updates.

oliverklee commented 2 years ago

Note: The CI configuration in the repository settings need to be adapted for the new build matrix.

oliverklee commented 2 years ago

Note: This is a pre-patch to adding support for Symfony 6.

martin-helmich commented 2 years ago

I was just about to leave a comment about leaving this change open until I've tagged one last "2.5" minor version (since dropping support for Symfony 3 would definitely constitute a breaking change IMO); however I noticed that there aren't any major pending changes, and the PHP requirement in master has already been raised to 7.4, making it already breaking.

So I'll just go ahead and merge this. 🚀