Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #330 Use Flex tool from setup-php action to lock Symfony versio…
…n (mbabker) This PR was merged into the 1.11 branch. Discussion ---------- The `shivammathur/setup-php` action provides Flex as a global tool when setting up the environment. So instead of installing it through an extra step, we can use the resources the action already provides. Next, setting the `SYMFONY_REQUIRE` env var is the same as writing the `extra.symfony.require` key in `composer.json`. All told, we can avoid a couple of extra Composer commands by using resources that are already available. It's a minor optimization, but it's one nonetheless. Commits ------- f35d551 Use Flex tool from setup-php action to lock Symfony version
- Loading branch information