Skip to content
Triggered via push November 30, 2023 18:37
Status Failure
Total duration 31s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

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

Annotations

4 errors and 2 warnings
PHP 8.1 test on ubuntu-latest
Process completed with exit code 1.
PHP 8.2 test on ubuntu-latest
Process completed with exit code 1.
PHP 8.3 test on ubuntu-latest
The job was canceled because "ubuntu-latest_8_1" failed.
PHP 8.3 test on ubuntu-latest
The operation was canceled.
PHP 8.1 test on ubuntu-latest: src/Message.php#L32
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ { $array = []; foreach ($translate as $key => $value) { - $value = (string) $value; + $value = $value; $array["%{$key}%"] = $value; $array["{{{$key}}}"] = $value; $array["{{ {$key} }}"] = $value;
PHP 8.2 test on ubuntu-latest: src/Message.php#L32
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ { $array = []; foreach ($translate as $key => $value) { - $value = (string) $value; + $value = $value; $array["%{$key}%"] = $value; $array["{{{$key}}}"] = $value; $array["{{ {$key} }}"] = $value;