CI #66
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
1s
Annotations
1 error and 2 warnings
Tests (ubuntu-latest, 8.4, --ignore-platform-req=php+, true)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires php 7.4 - 8.3 but your php version (8.4.0-dev) does not satisfy that requirement.
Problem 2
- orisai/clock 1.2.0 requires php >=7.4.0 <8.3.0 -> your php version (8.4.0-dev) does not satisfy that requirement.
- orisai/clock[1.2.1, ..., v1.x-dev] require php 7.4 - 8.3 -> your php version (8.4.0-dev) does not satisfy that requirement.
- Root composer.json requires orisai/clock ^1.2.0 -> satisfiable by orisai/clock[1.2.0, 1.2.1, v1.x-dev].
|
Tests (ubuntu-latest, 8.4, --ignore-platform-req=php+, true):
tests/install-optional-dependencies.php#L17
unlink(composer.temp.lock): No such file or directory
|
Test for mutants (ubuntu-latest, 8.3):
src/DI/ClockExtension.php#L64
Escaped Mutant for Mutator "ArrayItemRemoval":
@@ @@
}
private function registerSymfonyClockAdapter(ContainerBuilder $builder, ServiceDefinition $clockDefinition): ServiceDefinition
{
- return $builder->addDefinition($this->prefix('symfony.adapter'))->setFactory(OrisaiToSymfonyClockAdapter::class, [$clockDefinition])->setType(SymfonyClock::class)->setAutowired([SymfonyClock::class]);
+ return $builder->addDefinition($this->prefix('symfony.adapter'))->setFactory(OrisaiToSymfonyClockAdapter::class, [])->setType(SymfonyClock::class)->setAutowired([SymfonyClock::class]);
}
private function registerSymfonyClockGetter(ServiceDefinition $clockDefinition): void
{
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Logs - Mutations
Expired
|
481 Bytes |
|