Skip to content

Commit 0017794

Browse files
author
Philip Sampaio
committed
Remove check about PS version
1 parent ad6c636 commit 0017794

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/elixir.ps1

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
$ELIXIR_VERSION = "1.18.0-dev"
44

5-
$minPowerShellVersion = [version]"7.2.0"
6-
7-
if ($minPowerShellVersion.CompareTo([version]$PSVersionTable.PSVersion) -eq 1) {
8-
Write-Error "This script requires PowerShell version 7.2 or above. Running on $($PSVersionTable.PSVersion)"
9-
}
10-
115
$scriptPath = Split-Path -Parent $PSCommandPath
126
$erlExec = "erl"
137

0 commit comments

Comments
 (0)