[3.x] Update to PHP 8.4+ #251
Triggered via pull request
September 16, 2025 06:11
Status
Failure
Total duration
5m 43s
Artifacts
–
ci.yml
on: pull_request
Continuous Integration
/
...
/
Supported Versions Matrix
4s
Continuous Integration
/
...
/
Package Name
6s
Continuous Integration
/
...
/
Check Markdown links
37s
Continuous Integration
/
...
/
Supported Threading Matrix
5s
Continuous Integration
/
...
/
Supported Checks Matrix
1m 1s
Matrix: Continuous Integration / Continuous Integration / can-require
Continuous Integration
/
...
/
Compile the matrix
4s
Matrix: Continuous Integration / Continuous Integration / qa
Matrix: Continuous Integration / Continuous Integration / directly-on-os
Continuous Integration
/
...
/
✔️
0s
Annotations
3 errors and 3 warnings
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with lowest dependency preference
Process completed with exit code 2.
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with highest dependency preference
Process completed with exit code 2.
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with locked dependency preference
Process completed with exit code 2.
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with lowest dependency preference:
src/Group.php#L26
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
public static function create(): self
{
if (function_exists('random_bytes')) {
- return new self(bin2hex(random_bytes(self::BYTES)));
+
}
return new self(md5(spl_object_hash(new self('a'))));
}
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with highest dependency preference:
src/Group.php#L26
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
public static function create(): self
{
if (function_exists('random_bytes')) {
- return new self(bin2hex(random_bytes(self::BYTES)));
+
}
return new self(md5(spl_object_hash(new self('a'))));
}
|
|
Continuous Integration / Continuous Integration / Run mutation-testing on PHP 8.4 (zts) with locked dependency preference:
src/Group.php#L26
Escaped Mutant for Mutator "ReturnRemoval":
@@ @@
public static function create(): self
{
if (function_exists('random_bytes')) {
- return new self(bin2hex(random_bytes(self::BYTES)));
+
}
return new self(md5(spl_object_hash(new self('a'))));
}
|