Skip to content

Drop Codeception 4 support, php < 8.0 and symfony < 5.0 #6

Drop Codeception 4 support, php < 8.0 and symfony < 5.0

Drop Codeception 4 support, php < 8.0 and symfony < 5.0 #6

Triggered via pull request October 15, 2023 18:29
Status Failure
Total duration 43s
Artifacts

e2e-tests.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
CI with PHP 8.1, using pcov
Process completed with exit code 2.
CI with PHP 8.2, using pcov
The job was canceled because "_8_1_pcov" failed.
CI with PHP 8.2, using pcov
The operation was canceled.
CI with PHP 8.0, using pcov
The job was canceled because "_8_1_pcov" failed.
CI with PHP 8.0, using pcov
The operation was canceled.
CI with PHP 8.1, using pcov: tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ { public function sub(float $a, float $b) : float { - return $a - $b; + return $a + $b; } }
CI with PHP 8.2, using pcov: tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ { public function sub(float $a, float $b) : float { - return $a - $b; + return $a + $b; } }
CI with PHP 8.0, using pcov: tests/e2e/Codeception_Basic/src/Inner/InnerSourceClass.php#L13
Escaped Mutant for Mutator "Minus": --- Original +++ New @@ @@ { public function sub(float $a, float $b) : float { - return $a - $b; + return $a + $b; } }