mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Backport CI fixes to security branches
This commit is contained in:
2
.github/nightly_matrix.php
vendored
2
.github/nightly_matrix.php
vendored
@@ -101,7 +101,7 @@ function get_macos_matrix_include(array $branches) {
|
||||
'branch' => $branch,
|
||||
'debug' => $debug,
|
||||
'zts' => $zts,
|
||||
'os' => $branch['name'] === 'master' ? '13' : '12',
|
||||
'os' => '13',
|
||||
'arch' => 'X64',
|
||||
'test_jit' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user