PHP 8.4 support #2571
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
Annotations
30 errors and 10 warnings
PHPUnit tests (locked, 8.4, ubuntu-latest)
Process completed with exit code 255.
|
PHPUnit tests (lowest, 8.4, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.2, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.3, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.3, windows-latest)
The operation was canceled.
|
PHPUnit tests (locked, 8.4, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.2, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.2, windows-latest)
The operation was canceled.
|
PHPUnit tests (locked, 8.2, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.3, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (locked, 8.3, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (locked, 8.3, windows-latest)
The operation was canceled.
|
PHPUnit tests (highest, 8.4, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.4, ubuntu-latest)
The operation was canceled.
|
PHPUnit tests (highest, 8.4, windows-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.3, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.3, ubuntu-latest)
The operation was canceled.
|
PHPUnit tests (lowest, 8.2, ubuntu-latest)
The job was canceled because "locked_8_4_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 "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (locked, 8.2, ubuntu-latest)
The operation was canceled.
|
PHPUnit tests (locked, 8.3, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (locked, 8.3, ubuntu-latest)
The operation was canceled.
|
PHPUnit tests (highest, 8.2, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (highest, 8.2, ubuntu-latest)
The operation was canceled.
|
PHPUnit tests (lowest, 8.3, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.3, ubuntu-latest)
A task was canceled.
|
PHPUnit tests (lowest, 8.4, ubuntu-latest)
The job was canceled because "locked_8_4_ubuntu-latest" failed.
|
PHPUnit tests (lowest, 8.4, ubuntu-latest)
A task was canceled.
|
Mutation tests (locked, 8.3, ubuntu-latest)
Process completed with exit code 1.
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L453
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyGhost(callable $initializer, int $options = 0) : object
+ public function newLazyGhost(callable $initializer, int $options = -1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L453
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyGhost(callable $initializer, int $options = 0) : object
+ public function newLazyGhost(callable $initializer, int $options = 1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L458
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyProxy(callable $factory, int $options = 0) : object
+ public function newLazyProxy(callable $factory, int $options = -1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L458
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyProxy(callable $factory, int $options = 0) : object
+ public function newLazyProxy(callable $factory, int $options = 1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L483
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0) : void
+ public function resetAsLazyGhost(object $object, callable $initializer, int $options = -1) : void
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L483
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function resetAsLazyGhost(object $object, callable $initializer, int $options = 0) : void
+ public function resetAsLazyGhost(object $object, callable $initializer, int $options = 1) : void
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L488
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function resetAsLazyProxy(object $object, callable $factory, int $options = 0) : void
+ public function resetAsLazyProxy(object $object, callable $factory, int $options = -1) : void
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionClass.php#L488
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function resetAsLazyProxy(object $object, callable $factory, int $options = 0) : void
+ public function resetAsLazyProxy(object $object, callable $factory, int $options = 1) : void
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionEnum.php#L379
Escaped Mutant for Mutator "DecrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyGhost(callable $initializer, int $options = 0) : object
+ public function newLazyGhost(callable $initializer, int $options = -1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|
Mutation tests (locked, 8.3, ubuntu-latest):
src/Reflection/Adapter/ReflectionEnum.php#L379
Escaped Mutant for Mutator "IncrementInteger":
--- Original
+++ New
@@ @@
{
throw new Exception\NotImplemented('Not implemented');
}
- public function newLazyGhost(callable $initializer, int $options = 0) : object
+ public function newLazyGhost(callable $initializer, int $options = 1) : object
{
throw new Exception\NotImplemented('Not implemented');
}
|