Skip to content

Commit fbddf0d

Browse files
committed
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Backport CI fixes to security branches
2 parents 396b995 + 3aa672d commit fbddf0d

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
@@ -101,7 +101,7 @@ function get_macos_matrix_include(array $branches) {
101101
'branch' => $branch,
102102
'debug' => $debug,
103103
'zts' => $zts,
104-
'os' => $branch['name'] === 'master' ? '13' : '12',
104+
'os' => '13',
105105
'arch' => 'X64',
106106
'test_jit' => true,
107107
];

0 commit comments

Comments
 (0)