use alpiune 3.21 with php 8.4
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 31s

This commit is contained in:
Sebastian Hugentobler 2025-03-31 13:16:53 +02:00
parent 5b7c8c11e4
commit 09a95f48c0
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M
7 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,3 @@
[template]
src = "00_memory_limit.ini.tmpl"
dest = "/etc/php83/conf.d/00_memory_limit.ini"
dest = "/etc/php84/conf.d/00_memory_limit.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php83/conf.d/01_max_execution_time.ini"
dest = "/etc/php84/conf.d/01_max_execution_time.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "02_opcache.ini.tmpl"
dest = "/etc/php83/conf.d/02_opcache.ini"
dest = "/etc/php84/conf.d/02_opcache.ini"

View file

@ -1,3 +1,3 @@
[template]
src = "www.conf.tmpl"
dest = "/etc/php83/php-fpm.d/www.conf"
dest = "/etc/php84/php-fpm.d/www.conf"