Skip to content

Bump to symfony ^6.4 || ^7.0 #1490

Bump to symfony ^6.4 || ^7.0

Bump to symfony ^6.4 || ^7.0 #1490

Triggered via push December 21, 2023 14:14
Status Success
Total duration 1m 14s
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 / Lint symfony container
Matrix: run / Mutation Tests
Matrix: run / Static Code Analysis
Matrix: run / Lint twig files
Matrix: run / Lint XLIFF files
Matrix: run / Lint YML files
Matrix: run / tests
Fit to window
Zoom out
Zoom in

Annotations

1 warning
run / Mutation Tests (8.3): src/DependencyInjection/NucleosSetlistFmExtension.php#L35
Escaped Mutant for Mutator "MethodCallRemoval": --- Original +++ New @@ @@ $configuration = new Configuration(); $config = $this->processConfiguration($configuration, $configs); $loader = new Loader\PhpFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); - $loader->load('services.php'); + $this->configureApi($container, $config); $this->configureHttpClient($container, $config); }