Lines Matching refs:branch

27           path: branch-commit-cache.json
61 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
69 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
70 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
85 ref: ${{ matrix.branch.ref }}
158 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
161 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.…
164 …image: ubuntu:${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' || …
177 ref: ${{ matrix.branch.ref }}
237 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
240 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
246 ref: ${{ matrix.branch.ref }}
350 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
351 name: "${{ matrix.branch.name }}_COMMUNITY"
352 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
361 ref: ${{ matrix.branch.ref }}
388 if: matrix.branch.ref != 'PHP-8.0'
407 if: matrix.branch.ref != 'PHP-8.0'
409 git clone https://github.com/laravel/framework.git --branch=master --depth=1
421 if: matrix.branch.ref != 'PHP-8.0'
440 if: matrix.branch.ref != 'PHP-8.0'
452 if: matrix.branch.ref != 'PHP-8.0'
476 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
486 if: matrix.branch.ref != 'PHP-8.0'
534 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
535 name: "${{ matrix.branch.name }}_OPCACHE_VARIATION"
536 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
541 ref: ${{ matrix.branch.ref }}
610 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
611 name: "${{ matrix.branch.name }}_MSAN"
612 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
617 ref: ${{ matrix.branch.ref }}
665 ${{ matrix.branch.ref != 'PHP-8.0' && '--enable-dl-test=shared' || '' }}
708 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
710 - branch: { name: 'PHP-80', ref: 'PHP-8.0' }
711 name: "${{ matrix.branch.name }}_LIBMYSQLCLIENT"
712 …runs-on: ubuntu-${{ (matrix.branch.ref == 'PHP-8.3' || matrix.branch.ref == 'master') && '22.04' |…
717 ref: ${{ matrix.branch.ref }}
739 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
743 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
750 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
754 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
878 …name: "${{ matrix.branch.name }}_WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZT…
897 ref: ${{ matrix.branch.ref }}