diff --git a/tests/makephar.sh b/tests/makephar.sh index 57e499305..774fbbbf5 100755 --- a/tests/makephar.sh +++ b/tests/makephar.sh @@ -25,14 +25,12 @@ madelinePath=$PWD sed 's/php-64bit/php/g' -i composer.json git commit -am 'Temp' -git tag "$TAG.1" - -export TAG="$TAG.1" +git tag "90$TAG" php8.0 $(which composer) update -php8.0 vendor/bin/phabel publish -d "$TAG" +php8.0 vendor/bin/phabel publish -d "90$TAG" -git checkout "$TAG.9998" +git checkout "90$TAG.9998" cd .. rm -rf phar @@ -44,7 +42,7 @@ cd phar echo '{ "name": "danog/madelineprotophar", "require": { - "danog/madelineproto": "'$TAG'.9998" + "danog/madelineproto": "90'$TAG'.9998" }, "authors": [ {