1
0
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:
Ilija Tovilo
2024-10-28 16:06:08 +01:00

View File

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