Update tests according main PR #1342
Annotations
2 warnings
PHP 8.1-ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PHP 8.1-ubuntu-latest:
src/Schema.php#L524
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
} elseif ($column->getSize() > 32) {
$column->type(self::TYPE_BIGINT);
} elseif ($column->getSize() === 32) {
- $column->type(self::TYPE_INTEGER);
+
}
}
}
|