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
Fix tools setup when latest release does not have the tool in release assets. Will now fetch tool from the previous release till it is added to the latest release.
Improve regex for pre-release PECL extensions.
Install VcRedist from GitHub on Windows.
Set composer version to v1 when prestissimo or composer-prefetcher is specified in tools. It is recommended to stop using prestissimo as Composer 2 is faster on its own.
Update PHP dependencies as per GitHub Action runner version on macOS.
Fix extension setup on PHP 8.0.
Fix composer setup when it is a dependency of a tool.
Revert back to apt-fast as it now reports correct exit codes.
Revert back to using dashes in step-ids as issue parsing them is fixed upstream on nektos/act.