Skip to content
Compare
Choose a tag to compare
@dktapps dktapps released this 31 May 20:53
· 8 commits to main since this release

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.