Skip to content

Commit 599c2bd

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: Add empty default params to nightly linux matrix
2 parents 09a57d3 + 26499f5 commit 599c2bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
40+
configuration_parameters: ['']
4041
debug: [true, false]
42+
name: ['']
43+
run_tests_parameters: ['']
4144
zts: [true, false]
4245
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
4346
name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"

0 commit comments

Comments
 (0)