You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having just upgraded a project from Symfony 4.4 to 6.4 I found an issue when running the CI pipeline where it was not loading the environment vars from .env.test.
Turns out the bin/console command had not been updated during the upgrade process and the fix was to copy the contents from another Symfony 6.4 project and then require symfony/runtime as instructed.
However, it seems the correct way to do this would have been to run recipes:update however it seems this is missing?
Has this been discontinued? As I it is also missing from a project which started off as a Symfony 6.4 project?
the recipes:update is a command of Flex, so running it looks like composer recipes:update. It is not a command available through bin/console (and it has never been)
Hi,
Having just upgraded a project from Symfony 4.4 to 6.4 I found an issue when running the CI pipeline where it was not loading the environment vars from .env.test.
Turns out the bin/console command had not been updated during the upgrade process and the fix was to copy the contents from another Symfony 6.4 project and then require symfony/runtime as instructed.
However, it seems the correct way to do this would have been to run
recipes:update
however it seems this is missing?Has this been discontinued? As I it is also missing from a project which started off as a Symfony 6.4 project?
Cheers, S.
Ref: https://symfony.com/blog/fast-smart-flex-recipe-upgrades-with-recipes-update
The text was updated successfully, but these errors were encountered: