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 3fa0381 commit a3c1dafCopy full SHA for a3c1daf
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ 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: make test TESTS=tests
+ run: sudo make test TESTS=tests
31
windows:
32
defaults:
33
run:
0 commit comments