Skip to content

Commit

Permalink
Only build for the 3 most recent Alpine versions
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 7, 2020
1 parent 661496c commit 7d33646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/currently-supported-alpine-versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
}

$versions[] = $version;

if (count($versions) >= 3) {
break;
}
}

echo 'Found the following versions: ', implode(', ', $versions), PHP_EOL;
Expand Down

0 comments on commit 7d33646

Please sign in to comment.