feat: allow mariadb as database backend - #500
Conversation
|
Intake approved and reviewed. This is a focused fix for Laravel configurations using the distinct |
|
Reviewed and verified against MariaDB 10.5.29, PHP 8.4.25 and Laravel 13.30.1. The fix is appropriate: Laravel's separate Validation:
I added No further product change appears necessary. Waiting for the refreshed PR checks before merge. |
rmcdaniel
left a comment
There was a problem hiding this comment.
Verified the native MariaDB driver against a real database, including a failing pre-fix readiness regression and passing workflow/replay checks. The existing MariaDB CI job now covers both mysql and mariadb connection drivers. Refreshed PR checks are green.
|
Released in Workflow 2.0.10. Packagist publication and all 16 supported Laravel/PHP published-package upgrade journeys passed. Thank you @beschoenen for the fix; CI now also exercises Laravel's native MariaDB driver. |
Downstream release reviewThe 2.0.10 package is published and its own upgrade verification passed. That does not automatically update pinned consumers:
Source/package completion is confirmed; downstream image/application delivery is not yet claimed complete. |
Summary
Allow
mariadbas a database backend, next to mysql, and others.Verification
Compatibility