From 516490f3d1ee0de76178bf2ae566cdbf0b11aa75 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sun, 1 Dec 2024 04:45:08 +0530 Subject: [PATCH] Update versions in manifect and win32.ps1 --- src/configs/php-versions.json | 8 ++++---- src/scripts/win32.ps1 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/configs/php-versions.json b/src/configs/php-versions.json index 67ee07ff..382131eb 100644 --- a/src/configs/php-versions.json +++ b/src/configs/php-versions.json @@ -1,9 +1,9 @@ { "lowest": "8.1", - "highest": "8.3", - "latest": "8.3", - "nightly": "8.4", + "highest": "8.4", + "latest": "8.4", + "nightly": "8.5", "5.x": "5.6", "7.x": "7.4", - "8.x": "8.3" + "8.x": "8.4" } diff --git a/src/scripts/win32.ps1 b/src/scripts/win32.ps1 index b03eb299..4bfc607e 100644 --- a/src/scripts/win32.ps1 +++ b/src/scripts/win32.ps1 @@ -3,7 +3,7 @@ param ( [ValidateNotNull()] [ValidateLength(1, [int]::MaxValue)] [string] - $version = '8.2', + $version = '8.4', [Parameter(Position = 1, Mandatory = $true)] [ValidateNotNull()] [ValidateLength(1, [int]::MaxValue)]