Automation #18018
Triggered via workflow run
January 18, 2025 22:18
ghostwriter
completed
3466c5e
Status
Success
Total duration
8m 2s
Artifacts
–
automation.yml
on: workflow_run
Generate job matrix
10s
Matrix: qa
Annotations
9 warnings
Generate job matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[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
|
[PHP8.4][locked]Infection on ubuntu:
src/Value/Composer/Composer.php#L46
Escaped Mutant for Mutator "MBString":
@@ @@
public function getLockFilePath(string $root): string
{
$composerJsonPath = $this->getJsonFilePath($root);
- return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock';
+ return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock';
}
/**
* @throws Throwable
|
[PHP8.4][locked]Infection on ubuntu:
src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "Concat":
@@ @@
public function getLockFilePath(string $root): string
{
$composerJsonPath = $this->getJsonFilePath($root);
- return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock';
+ return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : '.lock' . $composerJsonPath;
}
/**
* @throws Throwable
|
[PHP8.4][locked]Infection on ubuntu:
src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "ConcatOperandRemoval":
@@ @@
public function getLockFilePath(string $root): string
{
$composerJsonPath = $this->getJsonFilePath($root);
- return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock';
+ return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : '.lock';
}
/**
* @throws Throwable
|
[PHP8.4][locked]Infection on ubuntu:
src/Value/Composer/Composer.php#L47
Escaped Mutant for Mutator "ConcatOperandRemoval":
@@ @@
public function getLockFilePath(string $root): string
{
$composerJsonPath = $this->getJsonFilePath($root);
- return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath . '.lock';
+ return pathinfo($composerJsonPath, PATHINFO_EXTENSION) === ComposerFileType::JSON ? mb_substr($composerJsonPath, 0, -4) . 'lock' : $composerJsonPath;
}
/**
* @throws Throwable
|
[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
|
[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
|
[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
|