Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated default php-fpm version to 7.3 for magento2 environments #75

Closed
davidalger opened this issue Jan 25, 2020 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@davidalger
Copy link
Collaborator

Magento 2.3.3 added support for PHP 7.3 and it is now enabled by default for magento2 environments.

If older versions of PHP 7.2 is still needed for your project, please ensure PHP_VERSION=7.2 is placed in the project's .env file to ensure that version is used now and into the future.

Warden 0.2.0 and later will begin including version variables such as this one in the .env file when written by env-init command to ensure future updates to default versions don't alter existing project service major versions.

@davidalger davidalger added the enhancement New feature or request label Jan 25, 2020
@davidalger davidalger added this to the Warden 0.2.0 milestone Jan 25, 2020
@davidalger davidalger self-assigned this Jan 25, 2020
@davidalger
Copy link
Collaborator Author

This was implemented in commits a6d9a1d and 2ba6f41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant