Closed stklcode closed 3 years ago
Can anyone with composer knowledge/opinion help here? @pfefferle, @2ndkauboy , @florianbrinkmann or @patrickrobrecht ? If a second pair of eyes had a look I can merge this.
What about downloading the required composer as phar version?
And/or it seems possible to downgrade composer with for example composer self-update 1.4.1
to any version.
The previous composer action adds some extra files to the project root. This PR resolves #218.
Those can be ignored, but the action used for testing is fast and allows to specify the exact PHP version whereas the composer action uses the latest stable (we stumbled upon this in other projects).
The
shivammathur/setup-php@v2
version has proven to work since #217, so why not use the same workflow in all 3 recipes...