You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH Actions: run phar building test more selectively
This workflow is a safeguard to ensure that the PHAR files can be build against any of the supported PHP versions.
There are only a few files involved in building the PHAR files, so there isn't really any need to run this workflow for every PR and every merge.
It only really needs to run when any of the involved files have changed.
Also, keep in mind that the PHAR which is distributed for releases is build on PHP 8.0 and will still be build in the `test` workflow for every PR and every merge, so the functionality of the distribution PHARs is still guaranteed either way.
0 commit comments