We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f7063 commit fd7aca0Copy full SHA for fd7aca0
.github/actions/configure-x64/action.yml
@@ -74,11 +74,8 @@ runs:
74
--with-kerberos \
75
--with-imap-ssl \
76
--with-pdo-odbc=unixODBC,/usr \
77
- --with-pdo-firebird \
78
- --with-pdo-dblib \
79
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
80
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
81
- --enable-werror \
82
--with-config-file-path=/etc \
83
--with-config-file-scan-dir=/etc/php.d \
84
${{ inputs.configurationParameters }}
.github/workflows/push.yml
@@ -20,6 +20,7 @@ on:
20
jobs:
21
LINUX_X64:
22
strategy:
23
+ fail-fast: false
24
matrix:
25
include:
26
- debug: true
0 commit comments