Skip to content

Commit 0b4aed0

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: Backport CI fixes to security branches
2 parents aeb2d5c + fbddf0d commit 0b4aed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly_matrix.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function get_macos_matrix_include(array $branches) {
102102
'branch' => $branch,
103103
'debug' => $debug,
104104
'zts' => $zts,
105-
'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12',
105+
'os' => '13',
106106
'arch' => 'X64',
107107
'test_jit' => true,
108108
];

0 commit comments

Comments
 (0)