-
Notifications
You must be signed in to change notification settings - Fork 701
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
[WIP] Multiple/Parallel PHP Version Support for Valet -- Updated #1198
Conversation
Co-authored-by: Matt Stauffer <[email protected]>
Co-authored-by: Matt Stauffer <[email protected]>
Co-authored-by: Matt Stauffer <[email protected]>
Co-authored-by: Matt Stauffer <[email protected]>
@NasirNobin I made some updates to your PR, including moving the isolation into its own command, which you can see here. I'll likely make a new branch where I attempt to do the symlink change we talked about in the PR, so it doesn't mess this one up. if you have time and you're interested, please feel free to review this PR, or just wait until I work on the symlink change (which I'm not getting to tonight, I don't think). |
Handle "[email protected]" Simplify the entire method into one block Co-Authored-By: Nathan Morgan <[email protected]>
…to mes/symlink-valet-socks
'php73', | ||
'php72', | ||
'php71', | ||
'php70', | ||
'php56', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably requires a new major version release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@driesvints Yah.. good call, thank you.
- Fix the isolated directories test given new table shape - Updated useVersion test to no longer hit the real filesystem Co-Authored-By: Jacob Baker-Kretzmar <[email protected]>
…to mes/symlink-valet-socks
Co-Authored-By: Jacob Baker-Kretzmar <[email protected]>
…ng PHP-FPM Co-Authored-By: Jacob Baker-Kretzmar <[email protected]>
Co-Authored-By: Jacob Baker-Kretzmar <[email protected]>
Update `valet.sock` to be a symlink to an existing `valet{version}.sock` file
I'm building on #1192 and needed to make a PR from a local working branch so I can push code to it. More details soon.