Magento version 2.2.5 doesn't support php 7.1.x and Magento 2.3.0-beta12 requires php ~7.1.3||~7.2.0

magento.stackexchange https://magento.stackexchange.com/questions/246073

  •  30-01-2021
  •  | 
  •  

Question

Magento version 2.2.5 doesn't support php 7.1.x and Magento 2.3.0-beta12 requires php ~7.1.3||~7.2.0

Magento 2.1.x technology stack requirements

enter image description here

Magento 2.3.0-beta12 requires php ~7.1.3||~7.2.0

enter image description here

Now, what should i do if i want to run both Magento projects ?

Was it helpful?

Solution

Actually, Magento 2.2.5 runs perfectly fine on PHP 7.1.x. You should simply try it.

The general and larger question that you have is:

can I somehow run two different applications on two different php versions on the same server?

Well, yes, this is possible.

For start, you could simply check this article

https://stackoverflow.com/questions/42696856/running-two-php-versions-on-the-same-server

I hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top