We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df4807 commit 54a02ceCopy full SHA for 54a02ce
1 file changed
tests/Phinx/Db/Adapter/MysqlAdapterTest.php
@@ -2842,7 +2842,7 @@ public function testChangeColumnWithAlgorithm(): void
2842
{
2843
$this->adapter->connect();
2844
2845
- if (version_compare($this->adapter->getAttribute(PDO::ATTR_SERVER_VERSION), '8.0.0') === -1) {
+ if (!$this->usingMysql8()) {
2846
$this->markTestSkipped('Cannot test inplace algorithm on mysql versions less than 8');
2847
}
2848
0 commit comments