Added PHP 8.4 support #4130
integrate.yaml
on: pull_request
Matrix: Backward-Compatibility Analysis
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 8 warnings
Tests (8.4, highest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires infection/infection ~0.27.11 -> satisfiable by infection/infection[0.27.11].
- Root composer.json requires roave/backward-compatibility-check ^8.6.0 -> satisfiable by roave/backward-compatibility-check[8.6.0, ..., 8.13.0].
- infection/infection 0.27.11 requires nikic/php-parser ^4.15.1 -> satisfiable by nikic/php-parser[v4.15.1, ..., v4.19.4].
- roave/backward-compatibility-check[8.7.0, ..., 8.11.0] require php ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
- roave/backward-compatibility-check[8.12.0, ..., 8.13.0] require nikic/php-parser ^5.4.0 -> satisfiable by nikic/php-parser[v5.4.0].
- roave/backward-compatibility-check 8.6.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
- You can only install one version of a package, so only one of these can be installed: nikic/php-parser[v4.10.0, ..., v4.19.4, v5.0.2, ..., v5.4.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
Tests (8.4, highest)
Process completed with exit code 2.
|
Tests (8.4, lowest)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires infection/infection ~0.27.11 -> satisfiable by infection/infection[0.27.11].
- Root composer.json requires roave/backward-compatibility-check ^8.6.0 -> satisfiable by roave/backward-compatibility-check[8.6.0, ..., 8.13.0].
- infection/infection 0.27.11 requires nikic/php-parser ^4.15.1 -> satisfiable by nikic/php-parser[v4.15.1, ..., v4.19.4].
- roave/backward-compatibility-check[8.7.0, ..., 8.11.0] require php ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
- roave/backward-compatibility-check[8.12.0, ..., 8.13.0] require nikic/php-parser ^5.4.0 -> satisfiable by nikic/php-parser[v5.4.0].
- roave/backward-compatibility-check 8.6.0 requires php ~8.1.0 || ~8.2.0 || ~8.3.0 -> your php version (8.4.4) does not satisfy that requirement.
- You can only install one version of a package, so only one of these can be installed: nikic/php-parser[v4.10.0, ..., v4.19.4, v5.0.0, ..., v5.4.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
|
Tests (8.4, lowest)
Process completed with exit code 2.
|
Dependency Analysis (8.1, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Coding Standards (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Refactoring (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Static Code Analysis (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Tests (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Code Coverage (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Dependency Analysis (8.1, locked)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
Mutation Tests (8.1, locked):
src/FixtureFactory.php#L434
Escaped Mutant for Mutator "InstanceOf_":
--- Original
+++ New
@@ @@
}
$classMetadataOfFieldValue = $this->entityManager->getClassMetadata($fieldValue::class);
$collection = $classMetadataOfFieldValue->getFieldValue($fieldValue, $inversedBy);
- if (!$collection instanceof Common\Collections\Collection) {
+ if (!true) {
return;
}
$collection->add($entity);
|