Releases: pmmp/setup-php-action
Releases · pmmp/setup-php-action
Release list
3.2.0
Changes since 3.1.0
- Updated for pmmp/PHP-Binaries overhaul as of 27 November 2024
- PHP 8.0-8.3 are now supported for PM5, allowing testing with alpha versions through to the present.
- PHP 8.0-8.2 are now supported for PM4, allowing a full range of legacy testing.
3.1.0
Changes since 3.0.0
- Now installs PM5 binaries by default if
pm-version-majoris 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-versionnow 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)composeris now installed intoPATHas well asphp- Installed
phpnow works correctly onubuntu-latestandubuntu-22.04runner images.