Lines Matching refs:matrix

12       branches: ${{ steps.set-matrix.outputs.branches }}
13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
14 windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }}
32 id: set-matrix
44 matrix:
52 include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
53 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
59 ref: ${{ matrix.branch.ref }}
70 ${{ matrix.configuration_parameters }}
71 --${{ matrix.debug && 'enable' || 'disable' }}-debug
72 --${{ matrix.zts && 'enable' || 'disable' }}-zts
83 ${{ matrix.run_tests_parameters }}
84 idleCpu: ${{ matrix.asan && 'true' || 'false' }}
90 ${{ matrix.run_tests_parameters }}
97 ${{ matrix.run_tests_parameters }}
103 if: matrix.test_function_jit
108 ${{ matrix.run_tests_parameters }}
123 matrix:
127 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.…
147 ref: ${{ matrix.branch.ref }}
154 --${{ matrix.debug && 'enable' || 'disable' }}-debug
155 --${{ matrix.zts && 'enable' || 'disable' }}-zts
164 ${{ matrix.run_tests_parameters }}
170 ${{ matrix.run_tests_parameters }}
177 ${{ matrix.run_tests_parameters }}
185 ${{ matrix.run_tests_parameters }}
198 matrix:
202 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
208 ref: ${{ matrix.branch.ref }}
215 --${{ matrix.debug && 'enable' || 'disable' }}-debug
216 --${{ matrix.zts && 'enable' || 'disable' }}-zts
299 matrix:
301 name: "${{ matrix.branch.name }}_COMMUNITY"
311 ref: ${{ matrix.branch.ref }}
338 if: matrix.branch.ref != 'PHP-8.0'
352 if: matrix.branch.ref != 'PHP-8.0'
386 if: matrix.branch.ref != 'PHP-8.0'
419 matrix:
421 name: "${{ matrix.branch.name }}_OPCACHE_VARIATION"
427 ref: ${{ matrix.branch.ref }}
495 matrix:
497 name: "${{ matrix.branch.name }}_MSAN"
503 ref: ${{ matrix.branch.ref }}
592 matrix:
596 name: "${{ matrix.branch.name }}_LIBMYSQLCLIENT"
602 ref: ${{ matrix.branch.ref }}
624 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
628 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
635 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
639 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
652 matrix:
653 include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.windows-matrix-include) }}
654 …name: "${{ matrix.branch.name }}_WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZT…
662 PLATFORM: ${{ matrix.x64 && 'x64' || 'x86' }}
663 THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
664 INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
666 OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
673 ref: ${{ matrix.branch.ref }}