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 c2820ba commit ba84209Copy full SHA for ba84209
.github/workflows/ci.yml
@@ -20,15 +20,15 @@ jobs:
20
uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{matrix.version}}
23
- - name: Show directory structure
24
- run: |
25
- php --ini
26
- name: Build PDO_OCI
27
run: |
28
phpize
29
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
30
sudo make install
31
-# sudo echo "extension=pdo_oci.so" >> /etc/cli/conf.d/30-pdo_oci.ini
+ sudo echo "extension=pdo_oci.so" >> /etc/php/${{matrix.version}}/cli/conf.d/40-pdo_oci.ini
+ - name: Show directory structure
+ run: |
+ php --ini
32
# - name: Test pdo_oci
33
# run: make test TESTS=tests
34
windows:
0 commit comments