Skip to content

build(deps-dev): update vimeo/psalm requirement from ^5.26 to ^6.6 #73

build(deps-dev): update vimeo/psalm requirement from ^5.26 to ^6.6

build(deps-dev): update vimeo/psalm requirement from ^5.26 to ^6.6 #73

Triggered via pull request February 17, 2025 09:04
Status Failure
Total duration 45s
Artifacts

php.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

74 errors and 15 warnings
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Symfony 6.*, lowest deps, PHP 8.3, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 7.*, lowest deps, PHP 8.3, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, lowest deps, PHP 8.1, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, lowest deps, PHP 8.1, ubuntu-latest
The operation was canceled.
Symfony 7.*, lowest deps, PHP 8.2, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, highest deps, PHP 8.1, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, highest deps, PHP 8.1, ubuntu-latest
The operation was canceled.
Symfony 6.*, highest deps, PHP 8.2, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Symfony 6.*, highest deps, PHP 8.3, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Symfony 7.*, lowest deps, PHP 8.4, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, lowest deps, PHP 8.4, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, lowest deps, PHP 8.2, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
Symfony 6.*, highest deps, PHP 8.4, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Symfony 7.*, highest deps, PHP 8.4, ubuntu-latest
The job was canceled because "ubuntu-latest_8_3_7___hig" failed.
ClassMustBeFinal: src/DependencyInjection/AttributeReconstitutorPass.php#L24
src/DependencyInjection/AttributeReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\AttributeReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/ClassReconstitutorPass.php#L24
src/DependencyInjection/ClassReconstitutorPass.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\ClassReconstitutorPass is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/DependencyInjection/RekalogikaReconstitutorExtension.php#L24
src/DependencyInjection/RekalogikaReconstitutorExtension.php:24:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\DependencyInjection\RekalogikaReconstitutorExtension is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/Doctrine/DoctrineListener.php#L23
src/Doctrine/DoctrineListener.php:23:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Doctrine\DoctrineListener is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
ClassMustBeFinal: src/RekalogikaReconstitutorBundle.php#L21
src/RekalogikaReconstitutorBundle.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\RekalogikaReconstitutorBundle is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L27
src/Resolver/ClassReconstitutorResolver.php:27:16: MixedReturnTypeCoercion: The declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L33
src/Resolver/ClassReconstitutorResolver.php:33:13: PossiblyFalseArgument: Argument 2 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
PossiblyFalseArgument: src/Resolver/ClassReconstitutorResolver.php#L34
src/Resolver/ClassReconstitutorResolver.php:34:13: PossiblyFalseArgument: Argument 3 of array_merge cannot be false, possibly array<array-key, mixed> value expected (see https://psalm.dev/104)
MixedReturnTypeCoercion: src/Resolver/ClassReconstitutorResolver.php#L37
src/Resolver/ClassReconstitutorResolver.php:37:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<array-key, class-string>' for Rekalogika\Reconstitutor\Resolver\ClassReconstitutorResolver::getAllClasses (see https://psalm.dev/197)
ClassMustBeFinal: tests/src/Entity/Comment.php#L21
tests/src/Entity/Comment.php:21:7: ClassMustBeFinal: Class Rekalogika\Reconstitutor\Tests\Entity\Comment is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)
Symfony 7.*, highest deps, PHP 8.3, ubuntu-latest
Cache not found for keys: Linux-php-8.3.17-composer---prefer-dist---no-progress---ignore-platform-reqs-highest-765fd12f078e7d73ade715dd225bb046263c6621fcd155410cc225538b762c75, Linux-php-8.3.17-composer---prefer-dist---no-progress---ignore-platform-reqs-highest-
Symfony 7.*, highest deps, PHP 8.3, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 7.*, highest deps, PHP 8.2, ubuntu-latest
Cache not found for keys: Linux-php-8.2.27-composer---prefer-dist---no-progress---ignore-platform-reqs-highest-765fd12f078e7d73ade715dd225bb046263c6621fcd155410cc225538b762c75, Linux-php-8.2.27-composer---prefer-dist---no-progress---ignore-platform-reqs-highest-
Symfony 7.*, highest deps, PHP 8.2, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, lowest deps, PHP 8.3, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, lowest deps, PHP 8.3, ubuntu-latest
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
Symfony 7.*, lowest deps, PHP 8.3, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 7.*, lowest deps, PHP 8.2, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, highest deps, PHP 8.2, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, highest deps, PHP 8.3, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 7.*, lowest deps, PHP 8.4, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, lowest deps, PHP 8.4, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, lowest deps, PHP 8.2, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 6.*, highest deps, PHP 8.4, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-
Symfony 7.*, highest deps, PHP 8.4, ubuntu-latest
Cache not found for keys: Linux-php-, Linux-php-