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 {