Lines Matching refs:matrix

12       branches: ${{ steps.set-matrix.outputs.branches }}
13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
31 id: set-matrix
38 matrix:
46 include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
47 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
53 ref: ${{ matrix.branch.ref }}
64 ${{ matrix.configuration_parameters }}
65 --${{ matrix.debug && 'enable' || 'disable' }}-debug
66 --${{ matrix.zts && 'enable' || 'disable' }}-zts
77 ${{ matrix.run_tests_parameters }}
82 ${{ matrix.run_tests_parameters }}
90 ${{ matrix.run_tests_parameters }}
96 if: matrix.test_function_jit
100 ${{ matrix.run_tests_parameters }}
112 matrix:
116 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.…
136 ref: ${{ matrix.branch.ref }}
143 --${{ matrix.debug && 'enable' || 'disable' }}-debug
144 --${{ matrix.zts && 'enable' || 'disable' }}-zts
153 ${{ matrix.run_tests_parameters }}
158 ${{ matrix.run_tests_parameters }}
166 ${{ matrix.run_tests_parameters }}
173 ${{ matrix.run_tests_parameters }}
183 matrix:
187 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
193 ref: ${{ matrix.branch.ref }}
200 --${{ matrix.debug && 'enable' || 'disable' }}-debug
201 --${{ matrix.zts && 'enable' || 'disable' }}-zts
275 matrix:
277 name: "${{ matrix.branch.name }}_COMMUNITY"
287 ref: ${{ matrix.branch.ref }}
314 if: matrix.branch.ref != 'PHP-8.0'
328 if: matrix.branch.ref != 'PHP-8.0'
362 if: matrix.branch.ref != 'PHP-8.0'
390 matrix:
392 name: "${{ matrix.branch.name }}_OPCACHE_VARIATION"
398 ref: ${{ matrix.branch.ref }}
461 matrix:
463 name: "${{ matrix.branch.name }}_MSAN"
469 ref: ${{ matrix.branch.ref }}