Lines Matching refs:branch

29           path: branch-commit-cache.json
50 …name: "${{ matrix.branch.name }}_ALPINE_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELE…
58 ref: ${{ matrix.branch.ref }}
64 … # https://pkgs.alpinelinux.org/contents?file=libclang_rt.asan-x86_64.a&path=&name=&branch=v3.20
131 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
139 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
140 runs-on: ubuntu-${{ (matrix.branch.version.minor >= 3 && !matrix.asan) && '22.04' || '20.04' }}
145 ref: ${{ matrix.branch.ref }}
219 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
222 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.…
225 image: ubuntu:${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
238 ref: ${{ matrix.branch.ref }}
299 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE'…
305 ref: ${{ matrix.branch.ref }}
421 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
425 …- { branch: { name: 'PHP-8.1', ref: 'PHP-8.1', major: 8, minor: 1 }, type: 'verify_type_inference'…
426 …- { branch: { name: 'PHP-8.2', ref: 'PHP-8.2', major: 8, minor: 2 }, type: 'verify_type_inference'…
427 …- { branch: { name: 'PHP-8.3', ref: 'PHP-8.3', major: 8, minor: 3 }, type: 'verify_type_inference'…
428 name: "${{ matrix.branch.name }}_COMMUNITY_${{ matrix.type }}"
429 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
439 ref: ${{ matrix.branch.ref }}
504 git clone https://github.com/laravel/framework.git --branch=master --depth=1
567 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
632 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
633 name: "${{ matrix.branch.name }}_OPCACHE_VARIATION"
634 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
639 ref: ${{ matrix.branch.ref }}
706 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
707 name: "${{ matrix.branch.name }}_MSAN"
708 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
713 ref: ${{ matrix.branch.ref }}
804 branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
805 name: "${{ matrix.branch.name }}_LIBMYSQLCLIENT"
806 runs-on: ubuntu-${{ matrix.branch.version.minor >= 3 && '22.04' || '20.04' }}
811 ref: ${{ matrix.branch.ref }}
827 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
831 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
837 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
841 withMysqli: ${{ matrix.branch.ref == 'PHP-8.1' }}
969 …name: "${{ matrix.branch.name }}_WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZT…
970 runs-on: ${{ (matrix.branch.version.minor >= 4) && 'windows-2022' || 'windows-2019' }}
976 PHP_BUILD_CRT: ${{ (matrix.branch.version.minor >= 4) && 'vs17' || 'vs16' }}
988 ref: ${{ matrix.branch.ref }}