1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  Add empty default params to nightly linux matrix
This commit is contained in:
Ilija Tovilo
2022-10-06 17:53:11 +02:00

View File

@@ -39,7 +39,10 @@ jobs:
fail-fast: false
matrix:
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
configuration_parameters: ['']
debug: [true, false]
name: ['']
run_tests_parameters: ['']
zts: [true, false]
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"