Update dependency wyrihaximus/async-test-utilities to ^9.4.2 #184
Triggered via pull request
August 13, 2025 16:40
Status
Cancelled
Total duration
6h 4m 21s
Artifacts
–
ci.yml
on: pull_request
Continuous Integration
/
...
/
Supported Versions Matrix
7s
Continuous Integration
/
...
/
Package Name
5s
Continuous Integration
/
...
/
Check Markdown links
32s
Continuous Integration
/
...
/
Supported Threading Matrix
3s
Continuous Integration
/
...
/
Supported Checks Matrix
33s
Matrix: Continuous Integration / Continuous Integration / can-require
Continuous Integration
/
...
/
Compile the matrix
4s
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / directly-on-os
Continuous Integration
/
...
/
✔️
0s
Annotations
4 errors and 3 warnings
|
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with lowest dependency preference
The operation was canceled.
|
|
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with lowest dependency preference
The job has exceeded the maximum execution time of 6h0m0s
|
|
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with locked dependency preference
The operation was canceled.
|
|
Continuous Integration / Continuous Integration / Run cs on PHP 8.3 (zts) with locked dependency preference
The job has exceeded the maximum execution time of 6h0m0s
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with locked dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with lowest dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.3 (zts) with highest dependency preference:
src/Runtime.php#L57
Escaped Mutant for Mutator "InstanceOf_":
@@ @@
public function run(Closure $callable, array $args = []): mixed
{
$future = $this->runtime->run($callable, $args);
- if ($future instanceof Future) {
+ if (true) {
return $this->eventLoopBridge->await($future);
}
return null;
|