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
minor #866 [ci] fix incompatible flex branches globally vs tests (jrushlow)
This PR was merged into the 1.0-dev branch.
Discussion
----------
[ci] fix incompatible flex branches globally vs tests
Problem: In CI globally we were requiring `symfony/flex@dev-main` && in stable tests `symfony/flex` (versioned release). This caused tests to explode when `dev-main` was out of sync with `stable`.
Solution: Conditionally require `dev-main` || `stable` for `symfony/flex` depending on `SYMFONY_SKELETON_STABILITY`
Commits
-------
fa93ba1 conditionally use flex dev
0 commit comments