Skip to content

Commit fd7aca0

Browse files
committed
wip
1 parent b8f7063 commit fd7aca0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,8 @@ runs:
7474
--with-kerberos \
7575
--with-imap-ssl \
7676
--with-pdo-odbc=unixODBC,/usr \
77-
--with-pdo-firebird \
78-
--with-pdo-dblib \
7977
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
8078
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
81-
--enable-werror \
8279
--with-config-file-path=/etc \
8380
--with-config-file-scan-dir=/etc/php.d \
8481
${{ 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: false
2324
matrix:
2425
include:
2526
- debug: true

0 commit comments

Comments
 (0)