Skip to content
Snippets Groups Projects
Commit b3a43d56 authored by Andrey Postnikov's avatar Andrey Postnikov
Browse files

PHP: 8.3.6

parent 23b64db9
No related branches found
No related tags found
No related merge requests found
Pipeline #144088 passed
......@@ -5,7 +5,7 @@
# regenerate file structure
# m4 each of the 10 files - dockerfiles and others
declare -a PHP_VERSIONS=(5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.28 8.2.18 8.3.5)
declare -a PHP_VERSIONS=(5.3.29 5.4.45 5.5.38 5.6.37 7.0.33 7.1.33 7.2.34 7.3.33 7.4.28 7.3.x 7.4.x 8.0.28 8.0.x 8.1.28 8.2.18 8.3.6)
CONTAINERDIR=php
for PHP_LABEL in "${PHP_VERSIONS[@]}";
do
......
......@@ -13,9 +13,9 @@ ENV DRUPALCI=TRUE TERM=xterm
######
# PHP Version
ENV PHP_VERSION 8.3.5
ENV PHP_VERSION 8.3.6
ENV PHP_URL="https://php.net/distributions/php-${PHP_VERSION}.tar.xz"
ENV PHP_SHA256_HASH="eb5bc380eafd55b19144b83b28fbdf64a092dddc185cf0bf29b220edcb999de1 php.tar.xz"
ENV PHP_SHA256_HASH="53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae php.tar.xz"
ARG PHPIZE_DEPS
ARG PHP_CFLAGS
......
......@@ -13,9 +13,9 @@ ENV DRUPALCI=TRUE TERM=xterm
######
# PHP Version
ENV PHP_VERSION 8.3.5
ENV PHP_VERSION 8.3.6
ENV PHP_URL="https://php.net/distributions/php-${PHP_VERSION}.tar.xz"
ENV PHP_SHA256_HASH="eb5bc380eafd55b19144b83b28fbdf64a092dddc185cf0bf29b220edcb999de1 php.tar.xz"
ENV PHP_SHA256_HASH="53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae php.tar.xz"
ARG PHPIZE_DEPS
ARG PHP_CFLAGS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment