Skip to content

Bump phpunit/phpunit from 10.5.20 to 10.5.24 #199

Bump phpunit/phpunit from 10.5.20 to 10.5.24

Bump phpunit/phpunit from 10.5.20 to 10.5.24 #199

Triggered via pull request July 1, 2024 04:49
Status Failure
Total duration 1m 2s
Artifacts

php.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
mutation
Process completed with exit code 1.
codestyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, codecov/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mutation
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
mutation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
mutation: src/Exception/UploadError.php#L11
Escaped Mutant for Mutator "TrueValue": --- Original +++ New @@ @@ { public function isOutputable() : bool { - return true; + return false; } }
mutation: src/UploadModule.php#L89
Escaped Mutant for Mutator "CastInt": --- Original +++ New @@ @@ } $index = \array_pop($keys); if (\is_numeric($index)) { - $index = (int) $index; + $index = $index; if ($currentValue === null) { $currentValue = []; }
mutation: src/UploadType.php#L19
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ public function __construct() { parent::__construct(); - $this->setSpecifiedBy('https://github.com/jaydenseric/graphql-multipart-request-spec'); + } public function validateNonNullValue(mixed $rawValue) : bool {