add ext-http to php7.2 and php7.3 builds

This commit is contained in:
2020-07-02 08:14:01 -04:00
parent 063309a043
commit 8f76a81a7b
3 changed files with 5 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ build() {
# docker run --rm --entrypoint php xaicorp/php:${version} -m | grep mcrypt
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep zip
docker run --rm --entrypoint php xaicorp/php:${version} -m | grep dom
docker run --rm --entrypoint php xaicorp/php:${version} -i | grep conf.d/25-http.ini
#register artifact
docker tag xaicorp/php:${version} dkregistry.xai-corp.net:5000/xaicorp/php:${version}
@@ -57,8 +58,8 @@ trap final EXIT
#build 7.0
#build_dev 7.0
#
build 7.1
build_dev 7.1
#build 7.1
#build_dev 7.1
build 7.2
build_dev 7.2