Skip to content

Commit 0001ed2

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: Add empty default params to nightly linux matrix
2 parents 0c6e1e1 + 605da2c commit 0001ed2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
42+
configuration_parameters: ['']
4243
debug: [true, false]
44+
name: ['']
45+
run_tests_parameters: ['']
4346
zts: [true, false]
4447
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
4548
name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"

0 commit comments

Comments
 (0)