Skip to content

Commit 734edb2

Browse files
committed
wip
1 parent b8f7063 commit 734edb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,8 @@ runs:
7575
--with-imap-ssl \
7676
--with-pdo-odbc=unixODBC,/usr \
7777
--with-pdo-firebird \
78-
--with-pdo-dblib \
7978
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
8079
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
81-
--enable-werror \
8280
--with-config-file-path=/etc \
8381
--with-config-file-scan-dir=/etc/php.d \
8482
${{ inputs.configurationParameters }}

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
jobs:
2121
LINUX_X64:
2222
strategy:
23+
fail-fast: true
2324
matrix:
2425
include:
2526
- debug: true

0 commit comments

Comments
 (0)