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

This commit is contained in:
Muhamad Aditya Prima 2024-12-17 12:35:57 +07:00
parent 01a7842d5a
commit a70753bfa0
1 changed files with 7 additions and 0 deletions

View File

@ -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