Skip to content

Commit 7430e86

Browse files
committed
Add test-opcache-mode to the extension workflow
1 parent abd4b13 commit 7430e86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/extension.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ on:
3434
description: 'Test runner to use'
3535
required: false
3636
default: 'run-tests.php'
37+
test-opcache-mode:
38+
type: choice
39+
options: ['on', 'off', 'both']
40+
description: 'Test opcache mode'
41+
required: false
42+
default: 'on'
3743
build-directory:
3844
description: 'Directory to build the extension in'
3945
required: false
@@ -77,6 +83,7 @@ jobs:
7783
build-directory: ${{ inputs.build-directory }}
7884
run-tests: ${{ inputs.run-tests }}
7985
test-runner: ${{ inputs.test-runner }}
86+
test-opcache-mode: ${{ inputs.test-opcache-mode }}
8087

8188
artifacts:
8289
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)