From 0258b9d5a279ff07bb4944555d7929095cf605be Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 11 Oct 2024 23:14:09 +0200 Subject: [PATCH] Run PHP-8.4 nightly on macOS 13 Cf. --- .github/nightly_matrix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/nightly_matrix.php b/.github/nightly_matrix.php index 9ff3567f186..7c2797f249e 100644 --- a/.github/nightly_matrix.php +++ b/.github/nightly_matrix.php @@ -102,7 +102,7 @@ function get_macos_matrix_include(array $branches) { 'branch' => $branch, 'debug' => $debug, 'zts' => $zts, - 'os' => $branch['name'] === 'master' ? '13' : '12', + 'os' => in_array($branch['name'], ['master', 'PHP-8.4'], true) ? '13' : '12', 'arch' => 'X64', 'test_jit' => true, ];