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
323 stars 97 forks source link

feat: added more versions to check #121

Open krowinski opened 5 months ago

DZunke commented 5 months ago

Nice shot! 🚀

krowinski commented 4 months ago

hmm its not working 🤔

https://github.com/krowinski/php-mysql-replication/actions/runs/9480998905/job/26122839257

all pass

............................................................... 63 / 130 ( 48%) ............................................................... 126 / 130 ( 96%) .... 130 / 130 (100%) but in code

if ($this->checkForVersion(5.7) || $this->mySQLReplicationFactory?->getServerInfo()->isMariaDb()) { self::markTestIncomplete('Only for mysql 5.7 or higher'); }

so it's should skip 🤔