From 4e1be8de7f45c302e49a01ba551bc0b1734a60f8 Mon Sep 17 00:00:00 2001 From: Mikhail Koliada <88318005+mikhailkoliada@users.noreply.github.com> Date: Mon, 29 Nov 2021 22:05:49 +0300 Subject: [PATCH] [macOS] Upgrade php version to 8.1 (#4631) --- images/macos/toolsets/toolset-10.15.json | 2 +- images/macos/toolsets/toolset-11.json | 2 +- images/macos/toolsets/toolset-12.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/macos/toolsets/toolset-10.15.json b/images/macos/toolsets/toolset-10.15.json index 9532170f..74a7eac6 100644 --- a/images/macos/toolsets/toolset-10.15.json +++ b/images/macos/toolsets/toolset-10.15.json @@ -342,7 +342,7 @@ "version": "13" }, "php": { - "version": "8.0" + "version": "8.1" }, "mongodb": { "version": "5.0" diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index a89bc721..c87ab23a 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -294,7 +294,7 @@ "version": "13" }, "php": { - "version": "8.0" + "version": "8.1" }, "mongodb": { "version": "5.0" diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 897456c9..bb847a48 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -192,7 +192,7 @@ ] }, "php": { - "version": "8.0" + "version": "8.1" }, "mongodb": { "version": "5.0"