Skip to content
Triggered via schedule December 3, 2023 01:05
Status Failure
Total duration 49s
Artifacts

ci.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
PHP 8.0
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires chubbyphp/chubbyphp-dev-helper dev-master -> satisfiable by chubbyphp/chubbyphp-dev-helper[dev-master]. - chubbyphp/chubbyphp-dev-helper dev-master requires php ^8.1 -> your php version (8.0.30) does not satisfy that requirement.
PHP 8.1: src/AcceptNegotiator.php#L36
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ foreach ($supportedMediaTypes as $index => $supportedMediaType) { $this->supportedMediaTypes[$index] = $supportedMediaType; $supportedMediaTypeParts = []; - if (1 !== preg_match('#^([^/+]+)/([^/+]+)\\+([^/+]+)$#', $supportedMediaType, $supportedMediaTypeParts)) { + if (1 !== preg_match('#^([^/+]+)/([^/+]+)\\+([^/+]+)#', $supportedMediaType, $supportedMediaTypeParts)) { continue; } $this->suffixBasedSupportedMediaTypes[$index] = $supportedMediaTypeParts[1] . '/' . $supportedMediaTypeParts[3];
PHP 8.1: src/AcceptNegotiator.php#L145
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ private function compareMediaTypeWithTypeOnly(string $mediaType, array $attributes) : ?NegotiatedValueInterface { $mediaTypeParts = []; - if (1 !== preg_match('#^([^/+]+)/\\*$#', $mediaType, $mediaTypeParts)) { + if (1 !== preg_match('#^([^/+]+)/\\*#', $mediaType, $mediaTypeParts)) { return null; } foreach ($this->supportedMediaTypes as $supportedMediaType) {
PHP 8.1: src/ContentTypeNegotiator.php#L73
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ private function compareMediaTypeWithSuffix(string $mediaType, array $attributes) : ?NegotiatedValueInterface { $mediaTypeParts = []; - if (1 !== preg_match('#^([^/]+)/([^+]+)\\+(.+)$#', $mediaType, $mediaTypeParts)) { + if (1 !== preg_match('#^([^/]+)/([^+]+)\\+(.+)#', $mediaType, $mediaTypeParts)) { return null; } $mediaType = $mediaTypeParts[1] . '/' . $mediaTypeParts[3];
PHP 8.2: src/AcceptNegotiator.php#L36
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ foreach ($supportedMediaTypes as $index => $supportedMediaType) { $this->supportedMediaTypes[$index] = $supportedMediaType; $supportedMediaTypeParts = []; - if (1 !== preg_match('#^([^/+]+)/([^/+]+)\\+([^/+]+)$#', $supportedMediaType, $supportedMediaTypeParts)) { + if (1 !== preg_match('#^([^/+]+)/([^/+]+)\\+([^/+]+)#', $supportedMediaType, $supportedMediaTypeParts)) { continue; } $this->suffixBasedSupportedMediaTypes[$index] = $supportedMediaTypeParts[1] . '/' . $supportedMediaTypeParts[3];
PHP 8.2: src/AcceptNegotiator.php#L145
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ private function compareMediaTypeWithTypeOnly(string $mediaType, array $attributes) : ?NegotiatedValueInterface { $mediaTypeParts = []; - if (1 !== preg_match('#^([^/+]+)/\\*$#', $mediaType, $mediaTypeParts)) { + if (1 !== preg_match('#^([^/+]+)/\\*#', $mediaType, $mediaTypeParts)) { return null; } foreach ($this->supportedMediaTypes as $supportedMediaType) {
PHP 8.2: src/ContentTypeNegotiator.php#L73
Escaped Mutant for Mutator "PregMatchRemoveDollar": --- Original +++ New @@ @@ private function compareMediaTypeWithSuffix(string $mediaType, array $attributes) : ?NegotiatedValueInterface { $mediaTypeParts = []; - if (1 !== preg_match('#^([^/]+)/([^+]+)\\+(.+)$#', $mediaType, $mediaTypeParts)) { + if (1 !== preg_match('#^([^/]+)/([^+]+)\\+(.+)#', $mediaType, $mediaTypeParts)) { return null; } $mediaType = $mediaTypeParts[1] . '/' . $mediaTypeParts[3];