Closed bangnokia closed 3 years ago
sorry, i didn't run with all testcases in github workflows file before creating merge request. pls ignore this
it's seem psysh older versions doesn't have execute
or even ExecutionLoopClosure
.
It seems like a essential test was removed in this PR. Please bring back that test and make sure your code works with it.
i wrote that test, but when running on github actions with option prefer-lowest
, it used older version of psy/psysh
(v0.8.16) which doesn't has functions execute
or even ExecutionLoopClosure
class. I don't know should remove prefer-lowest
in workflows or not so i removed my test.
Feel free to up the versions of the used dependencies in composer.json to make the tests pass.
i updated the tests workflow :D
Dear contributor,
because this pull request seems to be inactive for quite some time now, I've automatically closed it. If you feel this pull request deserves some attention from my human colleagues feel free to reopen it.
avoid infinite loop which terminates process with SIGKILL signal when using
ExecutionLoopClosure