Closed chrissound closed 1 year ago
Installation methods do not provide a reproducible installation.
Well, that depends on which installation method you use, but the most common method of installation - via Composer - will allow you to "lock" to a specific version, so that should probably be your first choice.
Having said that....
test
workflow run for the PR.
Example: the PHAR artifacts on this page will include the Performance
report as per PR #3810: https://github.com/squizlabs/PHP_CodeSniffer/actions/runs/4790653815php scripts/build-phar.php
.Does that answer your question ?
Thank you, that works great!
Describe the bug
Not really a bug... Installation methods do not provide a reproducible installation. I am also not sure how to build the PHAR files - which would also be a possible solution.
Basically about this:
These files would likely point to the latest version which could potentially breaking something in future.
I've tried to clone down the repo and run the
bin/phpcs
file however that requires the whole project present:Is there a way I can download or build a PHAR with a specific version?