Skip to content

Commit 1bd0257

Browse files
committed
Upgrade PowerShell version to 7.4 in E2E test script
1 parent 2c56012 commit 1bd0257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/E2E/Start-E2ETest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function NewTaskHubName
6161
}
6262

6363
$FUNC_RUNTIME_VERSION = '4'
64-
$POWERSHELL_VERSION = '7.2'
64+
$POWERSHELL_VERSION = '7.4'
6565
$FUNC_CMDLET_NAME = "func"
6666

6767
# Set the appropriate environment variables

0 commit comments

Comments
 (0)