CI: remove experimental PHP 8.4 run #395
ci.yaml
on: push
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
3s
Annotations
14 warnings
Coding standard (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.0, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 7.4, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Static analysis (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.3, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.1, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 8.2, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest, 7.4, --prefer-lowest --prefer-stable, false)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L44
Escaped Mutant for Mutator "CastString":
@@ @@
*/
public function withMessage($message): self
{
- $this->message = (string) $message;
+ $this->message = $message;
if (static::$addSuppressedToMessage) {
$this->isAnySuppressedInMessage = false;
foreach ($this->suppressed as $key => $item) {
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L65
Escaped Mutant for Mutator "TrueValue":
@@ @@
$reflection = new ReflectionClass(Exception::class);
// phpcs:enable
$property = $reflection->getProperty('previous');
- $property->setAccessible(true);
+ $property->setAccessible(false);
$property->setValue($this, $throwable);
return $this;
}
|
Test for mutants (ubuntu-latest, 8.4):
src/ConfigurableException.php#L65
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
$reflection = new ReflectionClass(Exception::class);
// phpcs:enable
$property = $reflection->getProperty('previous');
- $property->setAccessible(true);
+
$property->setValue($this, $throwable);
return $this;
}
|
Status check - CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage finish (ubuntu-latest, 8.4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Mutations
|
580 Bytes |
|