File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -256,26 +256,26 @@ jobs:
256
256
- name : Test
257
257
uses : ./.github/actions/test-macos
258
258
with :
259
- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
259
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix. debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}
260
260
- name : Test Tracing JIT
261
261
uses : ./.github/actions/test-macos
262
262
with :
263
- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
263
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix. debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
264
264
jitType : tracing
265
265
runTestsParameters : >-
266
266
-d zend_extension=opcache.so
267
267
-d opcache.enable_cli=1
268
268
- name : Test OpCache
269
269
uses : ./.github/actions/test-macos
270
270
with :
271
- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
271
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix. debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} OpCache
272
272
runTestsParameters : >-
273
273
-d zend_extension=opcache.so
274
274
-d opcache.enable_cli=1
275
275
- name : Test Function JIT
276
276
uses : ./.github/actions/test-macos
277
277
with :
278
- testArtifacts : ${{ matrix.branch.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
278
+ testArtifacts : ${{ matrix.branch.name }}_${{ matrix.arch }}_${{ matrix. debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Function JIT
279
279
jitType : function
280
280
runTestsParameters : >-
281
281
-d zend_extension=opcache.so
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- name : Test Tracing JIT
182
182
uses : ./.github/actions/test-macos
183
183
with :
184
- testArtifacts : ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
184
+ testArtifacts : ${{ matrix.arch }}_${{ matrix. debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }} Tracing JIT
185
185
jitType : tracing
186
186
runTestsParameters : >-
187
187
-d zend_extension=opcache.so
You can’t perform that action at this time.
0 commit comments