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
qa: re-order composer installation and default PHP version handling
The current PHP default version was determine from the `composer.json` **after** `composer install` was called. With `composer install` (prior setting default PHP version) that will be the last installed PHP version via `apt`. This reorder should actually ensure that we do not accidentally have a newer version used to install composer dependencies.
Signed-off-by: Maximilian Bösing <[email protected]>
0 commit comments