From 20d9e86d3371901a94e38d39be47f4eb61f59d27 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Mon, 24 Nov 2025 12:44:31 +0100 Subject: [PATCH] [macOS] Update PHP to 8.5 for Intel-based images (#13342) --- images/macos/toolsets/toolset-14.json | 2 +- images/macos/toolsets/toolset-15.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 917eee52b..8460488f6 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -323,7 +323,7 @@ "version": "15" }, "php": { - "version": "8.4" + "version": "8.5" }, "pwsh": { "version": "7.4" diff --git a/images/macos/toolsets/toolset-15.json b/images/macos/toolsets/toolset-15.json index f082c13b9..db394d377 100644 --- a/images/macos/toolsets/toolset-15.json +++ b/images/macos/toolsets/toolset-15.json @@ -343,7 +343,7 @@ "version": "18" }, "php": { - "version": "8.4" + "version": "8.5" }, "pwsh": { "version": "7.4"