Skip to content

qa/workflow-improvements #191

qa/workflow-improvements

qa/workflow-improvements #191

Triggered via pull request December 6, 2024 23:41
Status Success
Total duration 1m 12s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
PHP 8.1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHP 8.1: src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ ) { $cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR); - Assert::stringNotEmpty($cacheDir); + $this->cacheDir = $cacheDir; $this->customHandlers = $customHandlers; }
PHP 8.3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHP 8.3: src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ ) { $cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR); - Assert::stringNotEmpty($cacheDir); + $this->cacheDir = $cacheDir; $this->customHandlers = $customHandlers; }
PHP 8.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHP 8.2: src/Config/Config.php#L48
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ ) { $cacheDir = sprintf('%s%s', $cacheDir, self::CACHE_DIR); - Assert::stringNotEmpty($cacheDir); + $this->cacheDir = $cacheDir; $this->customHandlers = $customHandlers; }