Releases: pmmp/setup-php-action
Releases · pmmp/setup-php-action
3.1.0
Changes since 3.0.0
- Now installs PM5 binaries by default if
pm-version-major
is not specified.
3.0.0
Changes since 2.0.0
- Updated to node20.
- PHP 8.2 is no longer supported for PM4.
2.0.0
Changes since 1.0.0
- 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 like8.1
, and no longer accepts patch versions like8.1.19
(due to technical limitations because of insufficient available data in pmmp/PHP-Binaries)composer
is now installed intoPATH
as well asphp
- Installed
php
now works correctly onubuntu-latest
andubuntu-22.04
runner images.
1.0.0
Initial release.