php-actions / composer

Use the Composer CLI in your Github Actions.
177 stars 56 forks source link

fix retrieving specific composer version #82

Closed nickcFRU closed 2 years ago

nickcFRU commented 2 years ago

get the following when attempting to specify composer version (ex. 2.3.8), I believe this change should resolve it.

/usr/local/bin/composer: line 1: Version: not found

g105b commented 2 years ago

Hi @nickcFRU ,

Thanks for the PR. I'll give this a test as soon as I have some free time, and report back here.

Cheers, Greg.

g105b commented 2 years ago

This has been superseded by #88