Added php5.6 debug support on almalinux
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:cli os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Successful in 6m8s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Failing after 32s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Successful in 4m31s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:cli os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Successful in 6m8s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:debug os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Failing after 32s
Details
Build and push PHP 5 container images / Build PHP 5 container images (map[mode:full os:almalinux os_version:8.10 php_ver_short:56 php_version:5.6 with_database:false with_server:false]) (push) Successful in 4m31s
Details
This commit is contained in:
parent
01a7842d5a
commit
a70753bfa0
|
@ -28,6 +28,13 @@ jobs:
|
|||
mode: full
|
||||
with_server: "false"
|
||||
with_database: "false"
|
||||
- os: "almalinux"
|
||||
os_version: "8.10"
|
||||
php_version: "5.6"
|
||||
php_ver_short: "56"
|
||||
mode: debug
|
||||
with_server: "false"
|
||||
with_database: "false"
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue