phpstan
phpstan copied to clipboard
Master Branch not Tagged
The current master branch which has some additions vs v3.0.2 is not tagged and released yet.
I'm not very fond of using master
- name: PHPStan Static Analysis
uses: php-actions/phpstan@master
in GH actions.
Could you please release a new version?
This still seems to be an issue; @g105b could you please tag the current master branch so we can lock it to that version in our actions?
Hey @jschram I'll do it today. There are always going to be a few new features in master that haven't been released yet. That's really the point in releases - if you want to use the cutting edge, you can point to master, but if you want tried and tested, point to a specific version like v3.0.2 or a rolling tag like v3.
I'll make sure a release is made today to include the latest changes.
Thanks a lot @g105b! My action is running smoothly on v3 again now, but I'll keep in mind to point to 3.0.3 if I encounter issues in the future.