Skip to content

Automation

Automation #18021

Triggered via workflow run January 19, 2025 01:17
@ghostwriterghostwriter
completed 3466c5e
Status Success
Total duration 49s
Artifacts

automation.yml

on: workflow_run
Generate job matrix
7s
Generate job matrix
Matrix: qa
Fit to window
Zoom out
Zoom in

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][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][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][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