File tree 2 files changed +1
-169
lines changed
2 files changed +1
-169
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -279,11 +279,7 @@ install:
279
279
280
280
[[ ! $X ]] || (exit 1)
281
281
elif [[ $deps = low ]]; then
282
- [[ -e ~/php-ext/composer-lowest.lock.tar ]] && tar -xf ~/php-ext/composer-lowest.lock.tar
283
- tar -cf ~/php-ext/composer-lowest.lock.tar --files-from /dev/null
284
- php .github/rm-invalid-lowest-lock-files.php $COMPONENTS
285
- echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && ([ -e composer.lock ] && ${COMPOSER_UP/update/install} || $COMPOSER_UP --prefer-lowest --prefer-stable) && $PHPUNIT_X'"
286
- echo "$COMPONENTS" | xargs -n1 -I{} tar --append -f ~/php-ext/composer-lowest.lock.tar {}/composer.lock
282
+ echo "$COMPONENTS" | parallel --gnu "tfold {} 'cd {} && $COMPOSER_UP --prefer-lowest --prefer-stable && $PHPUNIT_X'"
287
283
else
288
284
if [[ $PHP = 8.0* ]]; then
289
285
# add return types before running the test suite
You can’t perform that action at this time.
0 commit comments