mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Run PHP-8.4 nightly on macOS 13
Cf. <https://github.com/php/php-src/pull/16375#issuecomment-2407919040>
This commit is contained in:
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,
|
||||
'debug' => $debug,
|
||||
'zts' => $zts,
|
||||
'os' => $branch['name'] === 'master' ? '13' : '12',
|
||||
'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12',
|
||||
'arch' => 'X64',
|
||||
'test_jit' => true,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user