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 a3c1daf commit e4d36c2Copy full SHA for e4d36c2
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
phpize
26
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
27
sudo make install
28
- #sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
+ sudo bash -c "echo 'extension=pdo_oci.so' > /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini"
29
- name: Test PDO_OCI
30
run: sudo make test TESTS=tests
31
windows:
0 commit comments