diff --git a/bin/list-all b/bin/list-all index e2b42c7..3c5c3e0 100755 --- a/bin/list-all +++ b/bin/list-all @@ -11,7 +11,7 @@ versions=$( git ls-remote --tags https://github.com/php/php-src.git | grep 'php-' | awk '!/({})/ {print $2}' | - tr -d 'refs/tags/php-' | + sed 's/refs\/tags\/php-//' | sort_versions | xargs )