Skip to content

drop link

drop link #71

Triggered via push October 14, 2024 14:44
Status Success
Total duration 2m 41s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
PHP 8.1 test on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP 8.1 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.1 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }
PHP 8.2 test on ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
PHP 8.2 test on ubuntu-latest: src/Controller.php#L109
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ protected function assertRuntime(ReflectionActionInterface $reflection): void { $this->query(); - $this->body(); + $this->files(); } }
PHP 8.2 test on ubuntu-latest: src/Controller.php#L110
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ { $this->query(); $this->body(); - $this->files(); + } }