Skip to content

Commit 0258b9d

Browse files
committed
Run PHP-8.4 nightly on macOS 13
Cf. <#16375 (comment)>
1 parent 7dda2de commit 0258b9d

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' => $branch['name'] === 'master' ? '13' : '12',
105+
'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12',
106106
'arch' => 'X64',
107107
'test_jit' => true,
108108
];

0 commit comments

Comments
 (0)