Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

github-actions: bump the minor-patch-dependencies group with 1 update #1045

github-actions: bump the minor-patch-dependencies group with 1 update

github-actions: bump the minor-patch-dependencies group with 1 update #1045

Triggered via pull request September 5, 2023 06:57
Status Success
Total duration 26m 29s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Run CI / Lint PHP
Matrix: Run CI / Linting with overtrue/phplint
Matrix: Run CI / Validate composer
Matrix: Run CI / Validate yaml
Run CI  /  Lint & Validate Status
3s
Run CI / Lint & Validate Status
Matrix: Run CI / Install dependencies
Run CI  /  Install Status
2s
Run CI / Install Status
Matrix: Run CI / Check composer dependencies
Matrix: Run CI / Checks with Psalm
Matrix: Run CI / Check Coding Standards with PHP-CS-Fixer
Matrix: Run CI / Check Coding Standards with PHPCS
Matrix: Run CI / Check Rules with PHPMD
Matrix: Run CI / Checks with Rector
Matrix: Run CI / Static Code Analysis with PHPStan
Run CI  /  Validate & Lint Status
9s
Run CI / Validate & Lint Status
Matrix: UnitTests with PHPUnit
Matrix: Check composer dependencies
Matrix: Code Coverage with PHPUnit
Unit & Integration Tests Status
0s
Unit & Integration Tests Status
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Code Coverage with PHPUnit (ubuntu-20.04, 8.1, lowest): src/GenericRequestFactory.php#L79
Escaped Mutant for Mutator "CastString": --- Original +++ New @@ @@ /** @throws void */ private function filterHeader(string $header) : string { - return (string) preg_replace(["#(?:(?:(?<!\r)\n)|(?:\r(?!\n))|(?:\r\n(?![ \t])))#", '/[^\\x09\\x0a\\x0d\\x20-\\x7E\\x80-\\xFE]/'], '-', $header); + return preg_replace(["#(?:(?:(?<!\r)\n)|(?:\r(?!\n))|(?:\r\n(?![ \t])))#", '/[^\\x09\\x0a\\x0d\\x20-\\x7E\\x80-\\xFE]/'], '-', $header); } }