mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Backport CI fixes to security branches
This commit is contained in:
commit
0b4aed09d5
1 changed files with 1 additions and 1 deletions
2
.github/nightly_matrix.php
vendored
2
.github/nightly_matrix.php
vendored
|
@ -102,7 +102,7 @@ function get_macos_matrix_include(array $branches) {
|
||||||
'branch' => $branch,
|
'branch' => $branch,
|
||||||
'debug' => $debug,
|
'debug' => $debug,
|
||||||
'zts' => $zts,
|
'zts' => $zts,
|
||||||
'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12',
|
'os' => '13',
|
||||||
'arch' => 'X64',
|
'arch' => 'X64',
|
||||||
'test_jit' => true,
|
'test_jit' => true,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue