PHP 8.1 is now stable and marked as default version

This commit is contained in:
Shivam Mathur
2021-11-25 17:34:13 +05:30
parent bee5abe269
commit 4c5c122aa6
6 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
"latest": "8.0",
"latest": "8.1",
"nightly": "8.2",
"5.x": "5.6",
"7.x": "7.4",
"8.x": "8.0"
"8.x": "8.1"
}

View File

@ -3,7 +3,7 @@ param (
[ValidateNotNull()]
[ValidateLength(1, [int]::MaxValue)]
[string]
$version = '8.0',
$version = '8.1',
[Parameter(Position = 1, Mandatory = $true)]
[ValidateNotNull()]
[ValidateLength(1, [int]::MaxValue)]