Skip to content

Commit 95978ca

Browse files
use @dev instead of commit
1 parent fce313f commit 95978ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

magento-phpstan/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -n "$INPUT_MAGENTO_PRE_INSTALL_SCRIPT" ] && [ -f "${GITHUB_WORKSPACE}"/"$IN
2626
fi;
2727

2828
echo "Run installation"
29-
composer require $COMPOSER_NAME:dev-$EXTENSION_BRANCH#$GITHUB_SHA
29+
composer require $COMPOSER_NAME:@dev --no-interaction
3030

3131
echo "Running PHPStan"
3232
php $MAGENTO_ROOT/vendor/bin/phpstan analyse --level $INPUT_PHPSTAN_LEVEL --no-progress --memory-limit=4G --configuration "$MAGENTO_ROOT/dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/phpstan.neon" $GITHUB_WORKSPACE/${MODULE_SOURCE}

0 commit comments

Comments
 (0)