silverstripe / gha-generate-matrix

GitHub Action - CI matrix generator
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Add MariaDB to our CI matrix #69

Closed GuySartorelli closed 7 months ago

GuySartorelli commented 9 months ago

MariaDB is essentially a plug-and-play equivalent to MySQL, but it does have some differences and we aren’t currently regression testing against it.

We decided in a recent retrospective that we should add MariaDB to our CI matrix.

We can do so my moving the MySQL 5.7 builds to be only on prefer lowest, and replace the old 5.7 build with MariaDB.

Acceptance criteria

Exclude

PR

Tests

CMS 5
GuySartorelli commented 7 months ago

PRs merged