dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.83k stars 519 forks source link

allow Symfony 7 #1419

Closed garak closed 8 months ago

garak commented 9 months ago

Fix #1413

garak commented 9 months ago

This is for now blocked by https://github.com/KnpLabs/KnpGaufretteBundle/pull/282 (unless we allow for a failing build)

RobinDev commented 9 months ago

Minimum requirement for symfony 7 is php 8.2.

Why tests are not runned on symfony 7 + symfony 8.2 ?

garak commented 9 months ago

Minimum requirement for symfony 7 is php 8.2.

Why tests are not runned on symfony 7 + symfony 8.2 ?

I think we don't need to run every possible combination of versions, so in this case sf7 + PHP 8.3 can be enough