doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.4k stars 1.33k forks source link

mariadb: add mariadb-base-image to facilitate upstream "nightlies" #6433

Closed grooverdan closed 2 weeks ago

grooverdan commented 3 weeks ago
Q A
Type improvement
Fixed issues

Summary

From #6426, add a 90 second test to ensure Doctrine DBAL remains compatible with MariaDB, and users aren't the ones to discover incompatibilities (like #6361).

A quay.io/mariadb-foundation/mariadb-devel:verylatest is what is going to be in the next MariaDB release, including unintentionally breaking features, this is a good change to let MariaDB know before they have committed via release to the stability of the change.

Alternates:

greg0ire commented 3 weeks ago

Since this isn't going to break with new commits on this repo, I'd rather this be a scheduled run.

grooverdan commented 2 weeks ago

6435 instead.