1
0
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:
Christoph M. Becker
2024-10-11 23:14:09 +02:00
parent 7dda2deae8
commit 0258b9d5a2

View File

@@ -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,
];