ci: build PHP 8.4 Docker images (#1183)

* ci: add PHP 8.4 to the CD pipeline

* fix: revert to 8.3 for Static PHP CLI

* fix
This commit is contained in:
Kévin Dunglas
2024-11-22 18:17:12 +01:00
committed by GitHub
parent 08e99fc85f
commit 449a0e7191
10 changed files with 18 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ RUN apk add --no-cache \
echo 'set auto-load safe-path /' > /root/.gdbinit
WORKDIR /usr/local/src/php
RUN git clone --branch=PHP-8.3 https://github.com/php/php-src.git . && \
RUN git clone --branch=PHP-8.4 https://github.com/php/php-src.git . && \
# --enable-embed is only necessary to generate libphp.so, we don't use this SAPI directly
./buildconf --force && \
./configure \