Skip to content

Fix symfony deprecation #770

Fix symfony deprecation

Fix symfony deprecation #770

Triggered via push August 14, 2024 15:55
Status Failure
Total duration 11m 2s
Artifacts
run  /  Generate test matrix
2s
run / Generate test matrix
Matrix: run / Code Coverage
Matrix: run / Coding Standards
Matrix: run / Lint composer.json
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 8 warnings
run / Test: PHP 8.2, Symfony 7.0, highest)
GitHub Actions has encountered an internal error when running your job.
run / Test: PHP 8.2, Symfony 6.4, highest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.2, Symfony 7.0, lowest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.3, Symfony 6.4, highest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.3, Symfony 6.4, lowest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.2, Symfony 6.4, lowest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.3, Symfony 7.0, highest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Test: PHP 8.3, Symfony 7.0, lowest)
The job was canceled because "_8_2_7_0_highest" failed.
run / Coding Standards (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run / Static Code Analysis (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run / Lint composer.json (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run / Mutation Tests (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run / Mutation Tests (8.3): src/DependencyInjection/NucleosLastFmExtension.php#L40
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ $bundles = $container->getParameter('kernel.bundles'); $loader = new Loader\PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); if (isset($bundles['TwigBundle'])) { - $loader->load('action.php'); + } $loader->load('services.php'); $this->configureApi($container, $config);
run / Mutation Tests (8.3): src/DependencyInjection/NucleosLastFmExtension.php#L43
Escaped Mutant for Mutator "MethodCallRemoval": @@ @@ if (isset($bundles['TwigBundle'])) { $loader->load('action.php'); } - $loader->load('services.php'); + $this->configureApi($container, $config); $this->configureHttpClient($container, $config); }
run / Mutation Tests (8.3): src/Session/SessionManager.php#L83
Escaped Mutant for Mutator "InstanceOf_": @@ @@ throw new RuntimeException('Could not retrieve request.'); } $session = $request->hasSession() ? $request->getSession() : null; - if (!$session instanceof Session) { + if (!true) { throw new RuntimeException('Could not retrieve session from request.'); } return $session; } }
run / Code Coverage (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/