CI #70
ci.yaml
on: schedule
Matrix: tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
3s
Annotations
6 errors and 23 warnings
|
Tests - macOS (best-effort)
docker: command not found
|
|
Tests - Windows (best-effort)
Container operations are only supported on Linux runners
|
|
Tests - MySQL 8.4, MariaDB 10.11
Process completed with exit code 2.
|
|
Tests - PHP 7.4, lowest deps
Process completed with exit code 2.
|
|
Tests - MySQL 9.4, MariaDB 12.0
Process completed with exit code 2.
|
|
Status check - CI
Process completed with exit code 1.
|
|
Coding standard (ubuntu-latest, 8.4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Static analysis (ubuntu-latest, 8.4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - MySQL 8.4, MariaDB 10.11
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 7.4, lowest deps
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - MySQL 9.4, MariaDB 12.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 7.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.1
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.0
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.2
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.3
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - PHP 8.1, nextras-dbal 4
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test for mutants (ubuntu-latest, 8.4)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/InvalidDateMysqlAuditor.php#L36
Escaped Mutant for Mutator "Break_":
@@ @@
}
$profile ??= $profiler->getProfile($table);
if ($profile === null || $profile['rowCount'] === 0) {
- break;
+ continue;
}
$name = $column['COLUMN_NAME'];
if ($profile['invalidDate'][$name] > 0) {
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/InvalidDateAuditor.php#L40
Escaped Mutant for Mutator "TrueValue":
@@ @@
*/
public function getSchemaRequest(): SchemaRequest
{
- return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, false, true);
+ return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, false, false);
}
public function getCategory(): AnalyserCategory
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyReferencedColumnExistenceMysqlAuditor.php#L46
Escaped Mutant for Mutator "Continue_":
@@ @@
$entries = [];
foreach ($this->schema->getForeignKeyGraph()->getConstraints() as $fk) {
if (isset($existingTables[$fk->referencedTable])) {
- continue;
+ break;
}
foreach ($fk->columns as $i => $column) {
$referencedColumn = $fk->referencedColumns[$i];
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyReferencedColumnExistenceMysqlAuditor.php#L26
Escaped Mutant for Mutator "FalseValue":
@@ @@
*/
public function getSchemaRequest(): SchemaRequest
{
- return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, false, true);
+ return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), true, false, true);
}
public function analyse(): AnalysisResult
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyColumnTypeMismatchMysqlAuditor.php#L110
Escaped Mutant for Mutator "CastString":
@@ @@
if ($charsetDiffers) {
$changes = [];
if ($pairFixable) {
- $changes[] = ColumnTargetChange::forColumn($db, $fk->table, $column)->setCharsetCollation((string) $parentCharset, (string) $referenced['COLLATION_NAME']);
+ $changes[] = ColumnTargetChange::forColumn($db, $fk->table, $column)->setCharsetCollation((string) $parentCharset, $referenced['COLLATION_NAME']);
}
$entries[] = ['table' => $fk->table, 'column' => $column, 'kind' => 0, 'violation' => new Violation('foreign_key.charset_mismatch', 'Column ' . $sourceSource->toString() . ' references column ' . $referencedSource->toString() . ' but the character set does not match.', $sourceSource, $changes !== [], $changes !== [] ? self::FixHint : null, $changes)];
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyColumnTypeMismatchMysqlAuditor.php#L80
Escaped Mutant for Mutator "UnwrapStrToLower":
@@ @@
// MAXLEN is strictly narrower (utf8mb3 -> utf8mb4) and the child is not single-byte legacy
// (latin1/latin2/cp1250 with MAXLEN 1 may hold double-encoded UTF-8, so they stay report-only).
$charsetSafe = $charsetDiffers && $childCharset !== null && $parentCharset !== null && isset($charsetMaxlen[$childCharset], $charsetMaxlen[$parentCharset]) && $charsetMaxlen[$childCharset] < $charsetMaxlen[$parentCharset] && !LegacyCharset::isSingleByte($childCharset, $charsetMaxlen[$childCharset]);
- $childDataType = strtolower($source['DATA_TYPE']);
+ $childDataType = $source['DATA_TYPE'];
$sameStringBase = $childDataType === strtolower($referenced['DATA_TYPE']) && ($childDataType === 'char' || $childDataType === 'varchar');
$childLength = $source['CHARACTER_MAXIMUM_LENGTH'];
$parentLength = $referenced['CHARACTER_MAXIMUM_LENGTH'];
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyColumnTypeMismatchMysqlAuditor.php#L73
Escaped Mutant for Mutator "LogicalAnd":
@@ @@
// SAFE-ALIGN: the child adopts the parent's charset only when that is lossless, i.e. the child's
// MAXLEN is strictly narrower (utf8mb3 -> utf8mb4) and the child is not single-byte legacy
// (latin1/latin2/cp1250 with MAXLEN 1 may hold double-encoded UTF-8, so they stay report-only).
- $charsetSafe = $charsetDiffers && $childCharset !== null && $parentCharset !== null && isset($charsetMaxlen[$childCharset], $charsetMaxlen[$parentCharset]) && $charsetMaxlen[$childCharset] < $charsetMaxlen[$parentCharset] && !LegacyCharset::isSingleByte($childCharset, $charsetMaxlen[$childCharset]);
+ $charsetSafe = ($charsetDiffers && $childCharset !== null && $parentCharset !== null || isset($charsetMaxlen[$childCharset], $charsetMaxlen[$parentCharset])) && $charsetMaxlen[$childCharset] < $charsetMaxlen[$parentCharset] && !LegacyCharset::isSingleByte($childCharset, $charsetMaxlen[$childCharset]);
$childDataType = strtolower($source['DATA_TYPE']);
$sameStringBase = $childDataType === strtolower($referenced['DATA_TYPE']) && ($childDataType === 'char' || $childDataType === 'varchar');
$childLength = $source['CHARACTER_MAXIMUM_LENGTH'];
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/ForeignKeyColumnTypeMismatchMysqlAuditor.php#L57
Escaped Mutant for Mutator "Continue_":
@@ @@
// absent (e.g. the referenced table does not exist) is excluded — that is the referenced-column
// existence auditor's concern.
if ($source === null || $referenced === null) {
- continue;
+ break;
}
$charsetDiffers = $source['CHARACTER_SET_NAME'] !== $referenced['CHARACTER_SET_NAME'];
$sizeDiffers = $source['COLUMN_TYPE'] !== $referenced['COLUMN_TYPE'];
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/EmptyTableAuditor.php#L38
Escaped Mutant for Mutator "FalseValue":
@@ @@
*/
public function getSchemaRequest(): SchemaRequest
{
- return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, false, true);
+ return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), true, false, true);
}
public function getCategory(): AnalyserCategory
{
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Auditor/BoolLikeColumnAuditor.php#L39
Escaped Mutant for Mutator "FalseValue":
@@ @@
*/
public function getSchemaRequest(): SchemaRequest
{
- return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, false, true);
+ return new SchemaRequest(ColumnCharsetClass::any(), new TableExclude(), false, true, true);
}
public function getCategory(): AnalyserCategory
{
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Logs - Mutations
|
106 KB |
sha256:937892b19a307319c468c3f5eb48b3a9e7bda288d352e6ff08f155b255209838
|
|