Revert to older automatic releases #9061
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.12.0 and up comes with a migration to azjezz/psl that makes it
impossible to troubleshoot issues with external commands such as git push
Example of failing build: https://github.com/doctrine/orm/runs/3782157355?check_suite_focus=true#step:4:18
Migration to PSL: laminas/automatic-releases@6ad991b
Issue on automatic-releases: laminas/automatic-releases#166
1.11.1 uses
symfony/process
, and unless output is disabled, it should display the output: https://github.com/symfony/process/blob/38f26c7d6ed535217ea393e05634cb0b244a1967/Exception/ProcessFailedException.php#L38-L43