Skip to content

Commit

Permalink
#minor Fixes for minor issues on event messages and composer version
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarmanishbit committed May 5, 2022
1 parent b5c1372 commit e7a8f3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ jobs:
sudo update-alternatives --set php /usr/bin/php7.4
php -v
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php --version=2.3.4
php -r "unlink('composer-setup.php');"
mv composer.phar /usr/local/bin/composer
Expand Down

0 comments on commit e7a8f3c

Please sign in to comment.