summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure/job.yml b/azure/job.yml
index 8a5c2244ee..e55fc6ee32 100644
--- a/azure/job.yml
+++ b/azure/job.yml
@@ -83,10 +83,10 @@ jobs:
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'OpCache'
- runTestsParameters: -dopcache.enable_cli=1
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1
- ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }}:
- template: test.yml
parameters:
configurationName: ${{ parameters.configurationName }}
runTestsName: 'JIT'
- runTestsParameters: -dopcache.enable_cli=1 -dopcache.jit_buffer_size=16M
+ runTestsParameters: -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M