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
Internal Magento builds - results provided by the Magento team, if there are any issues
Work Breakdown Structure
Fix Blockers
Main tests are run on PHP 7.1 environment during this stage
Additional tests are run on temporary branches to prove that a specific fix solves the issue. Such branch may have workarounds to bypass other issues. All workarounds MUST be applied o top of the branch with the fix, so that no fix is missed during the merge
Make Composer pass environment requirements with PHP 7.2
PHP requirements updated in composer.json to support 7.2
Update 3rd-party libraries to support PHP 7.2
libs-upgrade branch
libs-upgrade branch is used for a combination of issues that can't be fixed one by one. The branch will be merged to mainline (2.3-develop) when Definition of Done is met (tests are green, QA passed).