mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #9061] Revert to older automatic releases #11340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/9061
State: closed
Merged: Yes
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:
6ad991b65aIssue on automatic-releases: https://github.com/laminas/automatic-releases/issues/166
1.11.1 uses
symfony/process, and unless output is disabled, it should display the output:38f26c7d6e/Exception/ProcessFailedException.php (L38-L43)