Skip to content

Commit

Permalink
Fix extract builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed May 10, 2024
1 parent 8785733 commit cd314f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Build/Build.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ public function getPhpVersion(): string
public function getTarName(): string
{
$tarName = '';

switch (implode('.', array_slice(explode('.', $this->phpVersion), 0, 2))) {
case '7.1':
case '7.2':
Expand Down

0 comments on commit cd314f2

Please sign in to comment.