mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
a00b04bae7
This modifies the PHPUnit workflow to add MySQL version 8.0 to the strategy matrix. It also adds an additional strategy matrix to expand testing to include several supported MariaDB versions. To prevent repeating code, the business logic of the PHPUnit testing has been moved to a new, callable workflow. Because callable workflows target a specific branch, branches created in the future will continue to benefit from improvements made to the workflow in `trunk` without requiring backports. If a breaking change is required, older branches will need to be updated to target the commit SHA representing the final commit of the previous state. Props johnbillion, pento, boonebgorges, netweb, nacin, desrosj. Fixes #30462. git-svn-id: https://develop.svn.wordpress.org/trunk@56439 602fd350-edb4-49c9-b593-d223f7449a82