Added PHP 8.3 support #1129
build.yml
on: pull_request
Matrix: Build and test
Publish PHARs
0s
Annotations
9 errors and 2 warnings
Build and test (8.1, high)
Process completed with exit code 2.
|
Build and test (8.3, high)
The job was canceled because "_8_1_high" failed.
|
Build and test (8.3, high)
The operation was canceled.
|
Build and test (8.3, low)
The job was canceled because "_8_1_high" failed.
|
Build and test (8.3, low)
The operation was canceled.
|
Build and test (8.2, low)
The job was canceled because "_8_1_high" failed.
|
Build and test (8.2, low)
The operation was canceled.
|
Build and test (8.2, high)
The job was canceled because "_8_1_high" failed.
|
Build and test (8.2, high)
The operation was canceled.
|
Build and test (8.3, high):
src/Symfony/TestCase/SymfonyKernel.php#L58
Escaped Mutant for Mutator "LogicalOrAllSubExprNegation":
--- Original
+++ New
@@ @@
if (static::$kernel instanceof KernelInterface) {
$container = static::$kernel->getContainer();
static::$kernel->shutdown();
- if ($container instanceof ResetInterface || $container instanceof ResettableContainerInterface) {
+ if (!$container instanceof ResetInterface || !$container instanceof ResettableContainerInterface) {
$container->reset();
}
static::$kernel = null;
|
Build and test (8.2, high):
src/Symfony/TestCase/SymfonyKernel.php#L58
Escaped Mutant for Mutator "LogicalOrAllSubExprNegation":
--- Original
+++ New
@@ @@
if (static::$kernel instanceof KernelInterface) {
$container = static::$kernel->getContainer();
static::$kernel->shutdown();
- if ($container instanceof ResetInterface || $container instanceof ResettableContainerInterface) {
+ if (!$container instanceof ResetInterface || !$container instanceof ResettableContainerInterface) {
$container->reset();
}
static::$kernel = null;
|