Skip to content

ci-php:8.2.14, composer 2.6.6, php memory_limit 128M parametrised

Compare
Choose a tag to compare
@marji marji released this 31 Jan 06:19
· 2 commits to 8.2 since this release
0046040

PHP 8.2.14, composer 2.6.6, PHP memory_limit can be specified, by setting the PHP_MEMORY_LIMIT env variable.
docker pull ghcr.io/morpht/ci-php:8.2.14-memory

What's Changed

We can now specify PHP memory_limit (128M is still the default).

Example of setting memory_limit to 256M:

docker run --rm -ti --env PHP_MEMORY_LIMIT=256M  ghcr.io/morpht/ci-php:8.2.14-memory php -i | grep memory_limit
memory_limit => 256M => 256M

Full Changelog: 8.2.14...8.2.14-memory