Skip to content

PHP 8.4 support

PHP 8.4 support #2580

Triggered via pull request November 25, 2024 11:05
Status Failure
Total duration 1m 37s
Artifacts

continuous-integration.yml

on: pull_request
Matrix: Check Backward Compatibility
Matrix: Run benchmarks
Matrix: Check Coding Standards
Matrix: Test Compatibility
Matrix: Check Demo Scripts
Matrix: Mutation tests
Matrix: PHPUnit tests
Matrix: Static Analysis by PHPStan
Matrix: Static Analysis by Psalm
Fit to window
Zoom out
Zoom in

Annotations

60 errors
Check Demo Scripts (locked, 8.4, ubuntu-latest)
Process completed with exit code 1.
Test Compatibility (locked, 8.4, ubuntu-latest)
Process completed with exit code 1.
Test Compatibility (locked, 8.4, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
Test Compatibility (locked, 8.4, windows-latest)
The operation was canceled.
PropertyNotSetInConstructor: src/Reflection/ReflectionProperty.php#L73
src/Reflection/ReflectionProperty.php:73:18: PropertyNotSetInConstructor: Property Roave\BetterReflection\Reflection\ReflectionProperty::$immediateVirtual is not defined in constructor of Roave\BetterReflection\Reflection\ReflectionProperty or in any private or final methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: src/Reflection/ReflectionProperty.php#L76
src/Reflection/ReflectionProperty.php:76:19: PropertyNotSetInConstructor: Property Roave\BetterReflection\Reflection\ReflectionProperty::$immediateHooks is not defined in constructor of Roave\BetterReflection\Reflection\ReflectionProperty or in any private or final methods called in the constructor (see https://psalm.dev/074)
UndefinedClass: src/Reflection/ReflectionProperty.php#L104
src/Reflection/ReflectionProperty.php:104:35: UndefinedClass: Class, interface or enum named Roave\BetterReflection\Reflection\ReflectionAttributeHelper does not exist (see https://psalm.dev/019)
MixedInferredReturnType: src/Reflection/ReflectionProperty.php#L472
src/Reflection/ReflectionProperty.php:472:17: MixedInferredReturnType: Could not verify return type 'list<Roave\BetterReflection\Reflection\ReflectionAttribute>' for Roave\BetterReflection\Reflection\ReflectionProperty::getAttributesByName (see https://psalm.dev/047)
UndefinedClass: src/Reflection/ReflectionProperty.php#L475
src/Reflection/ReflectionProperty.php:475:16: UndefinedClass: Class, interface or enum named Roave\BetterReflection\Reflection\ReflectionAttributeHelper does not exist (see https://psalm.dev/019)
MixedInferredReturnType: src/Reflection/ReflectionProperty.php#L481
src/Reflection/ReflectionProperty.php:481:16: MixedInferredReturnType: Could not verify return type 'list<Roave\BetterReflection\Reflection\ReflectionAttribute>' for Roave\BetterReflection\Reflection\ReflectionProperty::getAttributesByInstance (see https://psalm.dev/047)
UndefinedClass: src/Reflection/ReflectionProperty.php#L485
src/Reflection/ReflectionProperty.php:485:16: UndefinedClass: Class, interface or enum named Roave\BetterReflection\Reflection\ReflectionAttributeHelper does not exist (see https://psalm.dev/019)
UnusedBaselineEntry: src/Reflection/ReflectionProperty.php#L1
src/Reflection/ReflectionProperty.php:0:0: UnusedBaselineEntry: Baseline for issue "ImpureMethodCall" has 2 extra entries. (see https://psalm.dev/316)
Static Analysis by Psalm (locked, 8.3, ubuntu-latest)
Process completed with exit code 2.
Mutation tests (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Reflection/ReflectionProperty.php#L104
Call to static method createAttributes() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Reflection/ReflectionProperty.php#L475
Call to static method filterAttributesByName() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest): src/Reflection/ReflectionProperty.php#L485
Call to static method filterAttributesByInstance() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest)
The job was canceled because "locked_8_3_ubuntu-latest" failed.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): src/Reflection/ReflectionProperty.php#L104
Call to static method createAttributes() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): src/Reflection/ReflectionProperty.php#L475
Call to static method filterAttributesByName() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest): src/Reflection/ReflectionProperty.php#L485
Call to static method filterAttributesByInstance() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.2, ubuntu-latest)
Process completed with exit code 1.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
The job was canceled because "locked_8_3_ubuntu-latest" failed.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionProperty.php#L104
Call to static method createAttributes() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionProperty.php#L475
Call to static method filterAttributesByName() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest): src/Reflection/ReflectionProperty.php#L485
Call to static method filterAttributesByInstance() on an unknown class Roave\BetterReflection\Reflection\ReflectionAttributeHelper.
Static Analysis by PHPStan (locked, 8.4, ubuntu-latest)
Process completed with exit code 1.
PHPUnit tests (highest, 8.2, ubuntu-latest)
Process completed with exit code 2.
PHPUnit tests (lowest, 8.4, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (lowest, 8.4, windows-latest)
The operation was canceled.
PHPUnit tests (lowest, 8.4, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (lowest, 8.4, ubuntu-latest)
The operation was canceled.
PHPUnit tests (highest, 8.2, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.2, windows-latest)
The operation was canceled.
PHPUnit tests (lowest, 8.3, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (lowest, 8.3, windows-latest)
The operation was canceled.
PHPUnit tests (lowest, 8.2, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.4, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.4, windows-latest)
The operation was canceled.
PHPUnit tests (highest, 8.3, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.3, windows-latest)
The operation was canceled.
PHPUnit tests (locked, 8.2, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.4, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.4, ubuntu-latest)
The operation was canceled.
PHPUnit tests (locked, 8.3, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (locked, 8.3, windows-latest)
The operation was canceled.
PHPUnit tests (locked, 8.4, windows-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.3, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (highest, 8.3, ubuntu-latest)
The operation was canceled.
PHPUnit tests (locked, 8.3, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (locked, 8.3, ubuntu-latest)
The operation was canceled.
PHPUnit tests (lowest, 8.2, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (lowest, 8.2, ubuntu-latest)
The operation was canceled.
PHPUnit tests (locked, 8.2, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (locked, 8.2, ubuntu-latest)
The operation was canceled.
PHPUnit tests (lowest, 8.3, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (lowest, 8.3, ubuntu-latest)
The operation was canceled.
PHPUnit tests (locked, 8.4, ubuntu-latest)
The job was canceled because "highest_8_2_ubuntu-latest" failed.
PHPUnit tests (locked, 8.4, ubuntu-latest)
The operation was canceled.