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
bug KnpLabs#890 Fix broken roave/bc-check test (acrobat)
This PR was merged into the 2.x branch.
Discussion
----------
Previously the bc-check was broken due to a changed tag format, which causes an incorrect version/tag to be guessed. This was fixed in 5.0
```
Detected last minor version: 2.14.0
In Process.php line 256:
The command "'git' 'rev-parse' '2.14.0'" failed.
Exit Code: 128(Invalid exit argument)
Output:
================
2.14.0
Error Output:
================
fatal: ambiguous argument '2.14.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
```
Commits
-------
88e7a23 Fix broken roave/bc-check test
0 commit comments