From bedabaa3bb3c781ab18744fc3e226f287e78e4b9 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Wed, 2 Nov 2022 21:06:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20PHP=208.2=20release,=20PHP=208.3?= =?UTF-8?q?-dev=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Common/Core/Constants.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpmon/Common/Core/Constants.swift b/phpmon/Common/Core/Constants.swift index 21e8a92..b4b4b4b 100644 --- a/phpmon/Common/Core/Constants.swift +++ b/phpmon/Common/Core/Constants.swift @@ -13,7 +13,7 @@ struct Constants { * The latest PHP version that is considered to be stable at the time of release. * This version number is currently not used (only as a default fallback). */ - static let LatestStablePhpVersion = "8.1" + static let LatestStablePhpVersion = "8.2" /** The minimum version of Valet that is recommended. @@ -42,13 +42,14 @@ struct Constants { "7.4", "8.0", "8.1", + "8.2", // ==================== // EXPERIMENTAL SUPPORT // ==================== // Every release that supports the next release will always support the next // dev release. In this case, that means that the version below is detected. - "8.2" + "8.3" ] struct Urls {