File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,22 @@ RUN set -eux; \
253
253
php8.3-xml \
254
254
php8.3-xsl \
255
255
php8.3-zip \
256
+ \
257
+ php8.4-cli \
258
+ php8.4-bcmath \
259
+ php8.4-bz2 \
260
+ php8.4-curl \
261
+ php8.4-dev \
262
+ php8.4-fileinfo \
263
+ php8.4-intl \
264
+ php8.4-mbstring \
265
+ php8.4-phar \
266
+ php8.4-phpdbg \
267
+ php8.4-readline \
268
+ php8.4-sockets \
269
+ php8.4-xml \
270
+ php8.4-xsl \
271
+ php8.4-zip \
256
272
&& apt autoremove -y \
257
273
&& apt clean
258
274
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ The container the action provides and consumes builds off the ubuntu:focal image
267
267
- 8.1
268
268
- 8.2
269
269
- 8.3
270
+ - 8.4
270
271
271
272
Each provides the following extensions by default :
272
273
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SUBSTITUTIONS+=('s/mysqlnd.collect_memory_statistics ?= ?(On|Off)/mysqlnd.collec
14
14
SUBSTITUTIONS+=(' s/zend.assertions ?= ?(-1|1)/zend.assertions = 1/' )
15
15
SUBSTITUTIONS+=(' s/opcache.huge_code_pages ?= ?(0|1)/opcache.huge_code_pages = 0/' )
16
16
17
- for PHP_VERSION in 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3; do
17
+ for PHP_VERSION in 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 ; do
18
18
for PHP_SAPI in cli phpdbg; do
19
19
INI_FILE=" /etc/php/${PHP_VERSION} /${PHP_SAPI} /php.ini"
20
20
for SUBSTITUTION in " ${SUBSTITUTIONS[@]} " ; do
You can’t perform that action at this time.
0 commit comments