Merge branch 'PHP-8.4'

* PHP-8.4:
  Backport CI fixes to security branches
This commit is contained in:
Ilija Tovilo 2024-10-28 16:08:07 +01:00
commit 0b4aed09d5
No known key found for this signature in database
GPG key ID: 5050C66BFCD1015A

View file

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