Skip to content

Update tests according main PR #1342

Update tests according main PR

Update tests according main PR #1342

Triggered via push April 6, 2024 05:37
Status Success
Total duration 5m 38s
Artifacts

mutation.yml

on: push
Matrix: mutation
Fit to window
Zoom out
Zoom in

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); + } } }