Enhancement: Add support for PHP 8.4 #437
integrate.yaml
on: pull_request
Matrix: Code Coverage
Matrix: Coding Standards
Matrix: Dependency Analysis
Matrix: Mutation Tests
Matrix: Refactoring
Matrix: Security Analysis
Matrix: Static Code Analysis
Matrix: Tests
Annotations
4 errors and 1 warning
Tests (8.4, lowest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires php ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 but your php version (8.4.0-dev) does not satisfy that requirement.
|
Tests (8.4, lowest)
Process completed with exit code 2.
|
Tests (8.4, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires php ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 but your php version (8.4.0-dev) does not satisfy that requirement.
|
Tests (8.4, highest)
Process completed with exit code 2.
|
Mutation Tests (7.4, locked):
src/PreRelease.php#L127
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
}
private static function isNumericIdentifier(string $value) : bool
{
- return 1 === \preg_match('/^\\d+$/', $value);
+ return 2 === \preg_match('/^\\d+$/', $value);
}
}
|