How can PhpStorm use the site's isolated PHP version? #1329
Unanswered
jasonvarga
asked this question in
Q&A
Replies: 1 comment
-
I need to look it up (currently on my phone) but I believe there's already a feature request for this in the JetBrains bug tracker. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
You tell Herd to use a specific version of PHP, then when you run your tests in PhpStorm, it uses the herd binary. (In my case,
/Users/jason/Library/Application Support/Herd/bin/php84
) How can I have it use the isolated version?Yes, I could navigate to the
php82
binary, but if I change the PHP version in Herd, I also have to update in PhpStorm. Is there a way to keep it synced?Beta Was this translation helpful? Give feedback.
All reactions