Skip to content

Update dependency symfony/phpunit-bridge to v7 #1487

Update dependency symfony/phpunit-bridge to v7

Update dependency symfony/phpunit-bridge to v7 #1487

Triggered via pull request December 3, 2023 15:01
Status Failure
Total duration 2m 33s
Artifacts

continuous-integration.yml

on: pull_request
run  /  Generate test matrix
4s
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

15 errors and 1 warning
run / Static Code Analysis (8.3): src/NucleosSetlistFmBundle.php#L26
Method Nucleos\SetlistFmBundle\NucleosSetlistFmBundle::getContainerExtension() should return Symfony\Component\DependencyInjection\Extension\ExtensionInterface|null but returns Symfony\Component\DependencyInjection\Extension\ExtensionInterface|false.
run / Static Code Analysis (8.3)
Process completed with exit code 2.
run / Test: PHP 8.2, Symfony 5.4, highest)
Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires symfony/config ^7.0 -> satisfiable by symfony/config[v7.0.0]. - symfony/config v7.0.0 requires symfony/filesystem ^6.4|^7.0 -> found symfony/filesystem[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 2 - Root composer.json requires symfony/expression-language ^7.0 -> satisfiable by symfony/expression-language[v7.0.0]. - symfony/expression-language v7.0.0 requires symfony/cache ^6.4|^7.0 -> found symfony/cache[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 3 - Root composer.json requires symfony/framework-bundle ^7.0 -> satisfiable by symfony/framework-bundle[v7.0.0, v7.0.1]. - symfony/framework-bundle[v7.0.0, ..., v7.0.1] require symfony/cache ^6.4|^7.0 -> found symfony/cache[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 4 - Root composer.json requires symfony/http-kernel ^7.0 -> satisfiable by symfony/http-kernel[v7.0.0, v7.0.1]. - symfony/http-kernel[v7.0.0, ..., v7.0.1] require symfony/error-handler ^6.4|^7.0 -> found symfony/error-handler[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require. Problem 5 - Root composer.json requires symfony/browser-kit ^7.0 -> satisfiable by symfony/browser-kit[v7.0.0]. - symfony/browser-kit v7.0.0 requires symfony/dom-crawler ^6.4|^7.0 -> found symfony/dom-crawler[v6.4.0, v7.0.0] but these were not loaded, likely because it conflicts with another require.
run / Test: PHP 8.2, Symfony 5.4, highest)
Process completed with exit code 2.
run / Test: PHP 8.3, Symfony 6.3, highest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.3, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.2, Symfony 6.3, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.2, Symfony 6.3, lowest)
The operation was canceled.
run / Test: PHP 8.2, Symfony 6.3, highest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.2, Symfony 6.3, highest)
The operation was canceled.
run / Test: PHP 8.3, Symfony 5.4, highest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.3, Symfony 5.4, lowest)
The job was canceled because "_8_2_5_4_highest" failed.
run / Test: PHP 8.3, Symfony 5.4, highest)
The operation was canceled.
run / Test: PHP 8.3, Symfony 5.4, lowest)
The operation was canceled.
run / Test: PHP 8.2, Symfony 5.4, lowest)
The operation was canceled.
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); }