Automation #4192
automation.yml
on: schedule
automation
/
Generate job matrix
9s
Matrix: automation / qa
Annotations
18 warnings
automation / Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.4][lowest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.4][locked]Infection on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/None.php#L121
Escaped Mutant for Mutator "MatchArmRemoval":
@@ @@
$value = $function();
return match (true) {
$value instanceof OptionInterface => $value,
- null === $value => self::new(),
default => Some::new($value),
};
}
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/None.php#L121
Escaped Mutant for Mutator "MatchArmRemoval":
@@ @@
return match (true) {
$value instanceof OptionInterface => $value,
null === $value => self::new(),
- default => Some::new($value),
};
}
/**
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/None.php#L122
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
{
$value = $function();
return match (true) {
- $value instanceof OptionInterface => $value,
+ true => $value,
null === $value => self::new(),
default => Some::new($value),
};
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L50
Escaped Mutant for Mutator "MatchArmRemoval":
@@ @@
{
return match (true) {
null === $value => throw new NullPointerException(),
- $value instanceof SomeInterface => $value,
default => new self($value),
$value instanceof NoneInterface => throw new ShouldNotHappenException(),
};
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L50
Escaped Mutant for Mutator "MatchArmRemoval":
@@ @@
null === $value => throw new NullPointerException(),
$value instanceof SomeInterface => $value,
default => new self($value),
- $value instanceof NoneInterface => throw new ShouldNotHappenException(),
};
}
#[Override]
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L53
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
{
return match (true) {
null === $value => throw new NullPointerException(),
- $value instanceof SomeInterface => $value,
+ false => $value,
default => new self($value),
$value instanceof NoneInterface => throw new ShouldNotHappenException(),
};
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
null === $value => throw new NullPointerException(),
$value instanceof SomeInterface => $value,
default => new self($value),
- $value instanceof NoneInterface => throw new ShouldNotHappenException(),
+ false => throw new ShouldNotHappenException(),
};
}
#[Override]
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L57
Escaped Mutant for Mutator "Throw_":
@@ @@
null === $value => throw new NullPointerException(),
$value instanceof SomeInterface => $value,
default => new self($value),
- $value instanceof NoneInterface => throw new ShouldNotHappenException(),
+ $value instanceof NoneInterface => new ShouldNotHappenException(),
};
}
#[Override]
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L86
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
#[Override]
public function contains(mixed $value): bool
{
- if ($this instanceof NoneInterface) {
+ if (false) {
return false;
}
return $this->value === $value;
|
automation / [PHP8.4][locked]Infection on ubuntu:
src/Some.php#L99
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
#[Override]
public function expect(Throwable $throwable): mixed
{
- if ($this instanceof NoneInterface) {
+ if (false) {
throw $throwable;
}
return $this->value;
|
automation / [PHP8.3][lowest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.3][locked]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.4][latest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.4][locked]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
automation / [PHP8.3][latest]PHPUnit on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|