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 f22a440 commit 3fa0381Copy full SHA for 3fa0381
.github/workflows/ci.yml
@@ -26,12 +26,8 @@ jobs:
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"
29
- - name: Show directory structure
30
- run: |
31
- php --ini
32
- cat /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
33
-# - name: Test PDO_OCI
34
-# run: make test TESTS=tests
+ - name: Test PDO_OCI
+ run: make test TESTS=tests
35
windows:
36
defaults:
37
run:
0 commit comments