Echo JS 0.11.0

<~>
[deleted news]
sebaskj 1687 days ago. link 0 point
Does this install each version of PHP on each test.

Replies

marlynm 1687 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.