Skip to content

Releases: morpht/ci-php

8.3.13

18 Nov 07:37
40955b3
Compare
Choose a tag to compare

What's Changed

Updated to PHP 8.3.13
Updated to composer 2.7.7

Details in : #19

docker pull ghcr.io/morpht/ci-php:8.3.13

8.2.22

20 Aug 06:27
Compare
Choose a tag to compare

What's Changed

Updated to PHP 8.2.2
Updated to composer 2.7.1
Updated to Alpine 3.19
We also need to remove the PHP memory_limit from the image (otherwise, composer issues warning about not being able to set it).

Details in : #18

docker pull ghcr.io/morpht/ci-php:8.2.22

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

31 Jan 06:19
0046040
Compare
Choose a tag to compare

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

ci-php:8.2.14, composer 2.6.6

17 Jan 03:35
764bc04
Compare
Choose a tag to compare

First 8.2 release.
PHP 8.2.14, composer 2.6.6
docker pull ghcr.io/morpht/ci-php:8.2.14

ci-php:8.1.27, composer 2.6.6, on alpine 3.18

17 Jan 23:56
4e7e2e4
Compare
Choose a tag to compare

PHP 8.1.27, composer 2.6.6, using alpine 3.18
docker pull ghcr.io/morpht/ci-php:8.1.27

ci-php:8.1.20, composer 2.5.7

09 Jun 13:59
a36618c
Compare
Choose a tag to compare

Includes zip extension.
docker pull ghcr.io/morpht/ci-php:8.1.20

ci-php:8.0.29, composer 2.5.7

09 Jun 13:53
Compare
Choose a tag to compare

Includes zip extension.
docker pull ghcr.io/morpht/ci-php:8.0.29

ci-php 8.1.10, composer 2.3.10

15 Sep 06:06
5bc74fa
Compare
Choose a tag to compare

docker pull ghcr.io/morpht/ci-php:8.1.10

ci-php 8.0.23, composer 2.3.10

15 Sep 05:48
Compare
Choose a tag to compare

docker pull ghcr.io/morpht/ci-php:8.0.23