feat: Upgrade to PHP 8.3

Signed-off-by: Natsuki Ikeguchi <me@s6n.jp>
This commit is contained in:
Natsuki Ikeguchi
2023-11-25 14:49:33 +09:00
committed by Kévin Dunglas
parent c884d26799
commit b32e738d75
5 changed files with 25 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ RUN apt-get update && \
&& \
apt-get clean
RUN git clone --branch=PHP-8.2 https://github.com/php/php-src.git && \
RUN git clone --branch=PHP-8.3 https://github.com/php/php-src.git && \
cd php-src && \
# --enable-embed is only necessary to generate libphp.so, we don't use this SAPI directly
./buildconf --force && \