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
Now installs prebuilt binaries from pmmp/PHP-Binaries releases instead of building them on the runner. This significantly reduces build time for repositories with low activity where caches are rarely useful. The binaries are also faster.
php-version now requires major.minor versions like 8.1, and no longer accepts patch versions like 8.1.19 (due to technical limitations because of insufficient available data in pmmp/PHP-Binaries)
composer is now installed into PATH as well as php
Installed php now works correctly on ubuntu-latest and ubuntu-22.04 runner images.