Added php5.6 debug support on almalinux
This commit is contained in:
parent
356456cab4
commit
8bf2ac4766
|
@ -28,6 +28,13 @@ jobs:
|
||||||
mode: full
|
mode: full
|
||||||
with_server: "false"
|
with_server: "false"
|
||||||
with_database: "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:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue