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 f5b6bb3 commit 70eb076Copy full SHA for 70eb076
.github/workflows/ci.yml
@@ -25,11 +25,12 @@ 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: Show directory structure
30
run: |
31
php --ini
32
-# - name: Test pdo_oci
+ cat /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
33
+# - name: Test PDO_OCI
34
# run: make test TESTS=tests
35
windows:
36
defaults:
0 commit comments