-
Is it possible to set different PHP versions for separate projects and run them simultaneously For example project A should use 7.4 and project should use 8.3 Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
alxndr-w
Jan 30, 2025
Replies: 2 comments 2 replies
-
Duplicate #416 - short answer: No. But you can use profiles for an easy switch. And there is a workaround: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
asif-ca
-
It's a personal opinion, but it would be nice if:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate #416 - short answer: No. But you can use profiles for an easy switch. And there is a workaround:
#416 (reply in thread)