We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d626247 commit b1a33adCopy full SHA for b1a33ad
2 files changed
magento-phpstan/action.yml
@@ -15,7 +15,7 @@ inputs:
15
composer_version:
16
description: 'The composer version to use. Can be either 1 or 2.'
17
required: false
18
- default: "1"
+ default: "2"
19
runs:
20
using: 'docker'
21
image: 'docker://extdn/magento-phpstan-action:latest'
magento-phpstan/entrypoint.sh
@@ -13,7 +13,7 @@ MAGENTO_ROOT=/m2
13
test -z "${COMPOSER_NAME}" && (echo "'composer_name' is not set in your GitHub Actions YAML file" && exit 1)
14
echo "Using composer ${COMPOSER_VERSION}"
-ln -s /usr/local/bin/composer$COMPOSER_VERSION /usr/local/bin/composer
+ln -s /usr/local/bin/composer$COMPOSER_VERSION /usr/local/bin/composer
echo "Setup extension source folder within Magento root"
cd $MAGENTO_ROOT
0 commit comments