FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony
http://symfony.com/doc/master/bundles/FOSRestBundle/index.html
MIT License
2.79k stars 702 forks source link

feat: update new Symfony versions 6.4, 7.0 and 7.1 and PHP 8.3 matrix in CI #2406

Closed shakaran closed 7 months ago

shakaran commented 8 months ago

Support with tests for PHP 8.3 and new Symfony versions 6.4, 7.0 and 7.1

mbabker commented 8 months ago

Symfony 7 is not supported by this bundle right now with multiple WIP pull requests to get that taken care of, so adding new test builds that are going to always fail because of an incompatible environment isn't really benefiting anyone.

shakaran commented 8 months ago

We can mark as allow to fail if you consider it, but I did it to see the really progress on the remaining items to improve. I did it with the idea of help with the progress to speedup the bundle to PHP 8.3 and Symfony 7.0

W0rma commented 7 months ago

@shakaran I guess this PR can be closed since https://github.com/FriendsOfSymfony/FOSRestBundle/pull/2400 already added the new symfony/php versions to the CI matrix