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

Upgrade PHP 8.3 to RC2

parent a51cf76a
Branches
No related tags found
1 merge request!19Upgrade PHP 8.3 to RC2
Pipeline #19432 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.16 8.2.10 8.3.0-rc1)
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.16 8.2.10 8.3.0-rc2)
CONTAINERDIR=php
for PHP_LABEL in "${PHP_VERSIONS[@]}";
do
......
......@@ -87,8 +87,8 @@ ENV PHP_LDFLAGS=""
ENV GPG_KEYS 1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F 0B96609E270F565C13292B24C13C70B87267B52D 0BD78B5F97500D450838F95DFE857D9A90D90EC1 F38252826ACD957EF380D39F2F7956BC5DA04B5D 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 0A95E9A026542D53835E3F3A7DEC4E69FC9C83D7 CBAF69F173A0FEA4B537F470D66C9593118BCCB6 42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
# PHP Version
ENV PHP_VERSION 8.3.0-rc1
ENV PHP_URL="https://downloads.php.net/~jakub/php-8.3.0RC1.tar.xz"
ENV PHP_VERSION 8.3.0-rc2
ENV PHP_URL="https://downloads.php.net/~eric/php-8.3.0RC2.tar.xz"
RUN set -xe; \
\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment