Open krowinski opened 5 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 🤔
Nice shot! 🚀