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 107ea1b commit 01310a1Copy full SHA for 01310a1
.github/workflows/ci.yml
@@ -7,8 +7,7 @@ jobs:
7
version: ['8.3']
8
runs-on: ubuntu-latest
9
env:
10
- - name: RUNNER_ALLOW_RUNASROOT
11
- value: "1"
+ RUNNER_ALLOW_RUNASROOT: 1
12
steps:
13
- name: Setup Oracle Instant Client
14
run: |
@@ -28,7 +27,7 @@ jobs:
28
27
uses: shivammathur/setup-php@v2
29
with:
30
php-version: ${{matrix.version}}
31
- - name: Build pdo_oci
+ - name: Build PDO_OCI
32
33
phpize
34
./configure --with-pdo-oci=shared,instantclient,/tmp/instantclient
@@ -56,7 +55,7 @@ jobs:
56
55
version: ${{matrix.version}}
57
arch: ${{matrix.arch}}
58
ts: ${{matrix.ts}}
59
- - name: Install OCI
+ - name: Install PDO_OCI
60
run: powershell .github/workflows/install-oci.ps1 -arch ${{matrix.arch}}
61
- name: Enable Developer Command Prompt
62
uses: ilammy/msvc-dev-cmd@v1
0 commit comments