drevops / behat-screenshot

🧪 Behat extension and step definitions to create HTML and image screenshots on demand or when tests fail
GNU General Public License v3.0
22 stars 7 forks source link

symfony 7, drop unsupported symfony #72

Closed tacman closed 11 months ago

tacman commented 11 months ago

Symfony only support ^5.4 || ^6.3 || ^7.0

I can make a PR to add Symfony 7, but what do you think of dropping support for unsupported versions of Symfony?

AlexSkrypnyk commented 11 months ago

Looking at https://endoflife.date/symfony

we should only have ^6.4 || ^7.0 and update the code accordingly

A PR would be great! Thank you