krowinski / php-mysql-replication

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
MIT License
319 stars 94 forks source link

Utilize matrix for texting multiple mysql versions #119

Closed DZunke closed 4 months ago

DZunke commented 4 months ago

Hey @krowinski - you mentioned it is relevant to check mutliple mysql versions. So i have extended the workflow of the repositories test with a mysql testing matrix. Hope it fits your thoughts.

Surely it can be extended in the future with a second CI Pipeline for MariaDB? But as a first throw ... what are you thinking?

krowinski commented 4 months ago

Yes exactly that TX!