Skip to content

Commit

Permalink
Merge branch 'PHP-8.1' into PHP-8.2
Browse files Browse the repository at this point in the history
* PHP-8.1:
  Temporarily disable odbc in ci
  • Loading branch information
iluuu1994 committed Feb 11, 2023
2 parents b9d1eca + 18b611d commit 0d56a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/configure-x64/action.yml
Expand Up @@ -70,10 +70,10 @@ runs:
--with-lmdb \
--with-qdbm \
--with-snmp \
--with-unixODBC \
`#--with-unixODBC` \
--with-imap \
--with-imap-ssl \
--with-pdo-odbc=unixODBC,/usr \
`#--with-pdo-odbc=unixODBC,/usr` \
--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient \
--with-oci8=shared,instantclient,/opt/oracle/instantclient \
--with-config-file-path=/etc \
Expand Down

0 comments on commit 0d56a5b

Please sign in to comment.