You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I ran Envoy on CircleCI and got an error I don't have on v1.6.1 I think the bug arrived on 1.6.4. Here is the error I got
Fatal error: Uncaught Error: Call to undefined method Symfony\Component\Process\Process::fromShellCommandline() in /home/circleci/.composer/vendor/laravel/envoy/src/RemoteProcessor.php on line 57
I fixed Envoy version to 1.6.3 and got another error
[-p XX user@example.com]: Bad port ' XX user@example.com'
[✗] This task did not complete successfully on one of your servers.
The SSH port is not 22 on this server.
Everything works fine on Envoy 1.6.1 though.
I use this image on CircleCI circleci/php:7.2-node-browsers