Skip to content

Releases: pmmp/setup-php-action

3.1.0

19 Feb 16:18
24c692d
Compare
Choose a tag to compare

Changes since 3.0.0

  • Now installs PM5 binaries by default if pm-version-major is not specified.

3.0.0

16 Feb 16:56
a339815
Compare
Choose a tag to compare

Changes since 2.0.0

  • Updated to node20.
  • PHP 8.2 is no longer supported for PM4.

2.0.0

31 May 20:53
Compare
Choose a tag to compare

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

1.0.0

29 May 21:33
a44235e
Compare
Choose a tag to compare

Initial release.