Echo JS 0.11.0

<~>

marlynm comments

marlynm 1678 days ago. link -1 point
I just shared this link along with the GitHub link. That is why these upvotes are there. Every developer does not have a echojs account. I guess they create one if they want to comment. Have a nice day.
marlynm 1684 days ago. link 1 point
To write a host GitHub action, the only supported language is JS/TS.
marlynm 1684 days ago. link 2 points
No, it switches to the PHP version if it exists and installs if it is not. For example on ubuntu PHP 7.1 to 7.3 are already installed in the github action environment, so it just switches to those versions, For PHP 5.6 and 7.0, it installs them.