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)]