-
Notifications
You must be signed in to change notification settings - Fork 9.4k
wrong php version in app/bootstrap.php #19453
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
Comments
Hi @fballiano. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @fballiano do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
This is the PR: #19455 |
@engcom-backlog-nazar Thank you for verifying the issue. Based on the provided information internal tickets |
Hi @fballiano. Thank you for your report.
The fix will be available with the upcoming 2.3.1 release. |
Uh oh!
There was an error while loading. Please reload this page.
Summary (*)
By mistake I was trying to run M2.3.0 on a PHP5, and the system told me "Magento supports PHP 7.0.2, 7.0.4, and 7.0.6 or later. Please read Magento System Requirements." which is wrong because minimum php version for 2.3 is 7.1.3 https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html
Examples (*)
"Magento supports PHP 7.0.2, 7.0.4, and 7.0.6 or later. Please read Magento System Requirements."
Proposed solution
going to create a PR as soon as possible
The text was updated successfully, but these errors were encountered: