File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 86
86
configurationName : ${{ parameters.configurationName }}
87
87
runTestsName : ' OpCache'
88
88
runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1
89
- - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }} :
90
- - template : test.yml
91
- parameters :
92
- configurationName : ${{ parameters.configurationName }}
93
- runTestsName : ' JIT'
94
- runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M
Original file line number Diff line number Diff line change 85
85
configurationName : ${{ parameters.configurationName }}
86
86
runTestsName : ' OpCache'
87
87
runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1
88
- - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/PHP-7.4') }} :
89
- - template : test.yml
90
- parameters :
91
- configurationName : ${{ parameters.configurationName }}
92
- runTestsName : ' JIT'
93
- runTestsParameters : -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.jit_buffer_size=16M
You can’t perform that action at this time.
0 commit comments