Releases: php-actions/php-build
Releases · php-actions/php-build
April 2024 release
What's Changed
- Memory increase by @g105b in #13
- Fixed docker tag file name in README.md by @AlexSkrypnyk in #15
- Allow PHP Versions to Update by @westy92 in #17
New Contributors
- @g105b made their first contribution in #13
- @AlexSkrypnyk made their first contribution in #15
- @westy92 made their first contribution in #17
Full Changelog: v2.2.0...v2.2.1
January 2023 release
What's Changed
- prevent failure of script due to missing permissions to push Docker image by @OriHoch in #11
- Add in packages for patching in composer by @pingevt in #12
New Contributors
Full Changelog: v2.1.0...v2.2.0
Compatibility improvements
In this minor release, the Dockerfile name is renamed to Dockerfile-php-build as to not clash with any existing Dockerfiles in the repositories, and the install-php-extensions project is now downloaded from the recommended URL.
v1 release (Dockerfile)
This version of php-build provides a customised Dockerfile was used as the base for all php-actions repositories.