Test against Symfony 7 #640
ci.yaml
on: push
Matrix: code-coverage
Matrix: coding-standards
Matrix: integration-tests
Matrix: unit-tests
Annotations
7 errors
Integration Tests - PHP 8.2, Symfony ^7.0
Your requirements could not be resolved to an installable set of packages.
Problem 1
- doctrine/doctrine-bundle[2.0.3, ..., 2.0.9] require php ^7.1 -> your php version (8.2.12) does not satisfy that requirement.
- doctrine/doctrine-bundle[2.0.10, ..., 2.3.2] require symfony/cache ^4.3.3|^5.0 -> found symfony/cache[v4.3.3, ..., v4.4.48, v5.0.0, ..., v5.4.30] but these were not loaded, likely because it conflicts with another require.
- doctrine/doctrine-bundle[2.4.0, ..., 2.7.0] require symfony/cache ^4.3.3|^5.0|^6.0 -> found symfony/cache[v4.3.3, ..., v4.4.48, v5.0.0, ..., v5.4.30, v6.0.0, ..., v6.3.6] but these were not loaded, likely because it conflicts with another require.
- doctrine/doctrine-bundle[2.7.1, ..., 2.7.2] require symfony/cache ^4.4 || ^5.4 || ^6.0 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.4.0, ..., v5.4.30, v6.0.0, ..., v6.3.6] but these were not loaded, likely because it conflicts with another require.
- doctrine/doctrine-bundle[2.8.0, ..., 2.10.2] require symfony/cache ^5.4 || ^6.0 -> found symfony/cache[v5.4.0, ..., v5.4.30, v6.0.0, ..., v6.3.6] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires doctrine/doctrine-bundle ^2.0.3 -> satisfiable by doctrine/doctrine-bundle[2.0.3, ..., 2.10.2].
|
Integration Tests - PHP 8.2, Symfony ^7.0
Process completed with exit code 2.
|
Unit Tests - PHP 8.2, Symfony ^7.0
Your requirements could not be resolved to an installable set of packages.
Problem 1
- symfony/config[v5.4.0, ..., v5.4.26] require symfony/filesystem ^4.4|^5.0|^6.0 -> found symfony/filesystem[v4.4.0, ..., v4.4.42, v5.0.0, ..., v5.4.25, v6.0.0, ..., v6.3.1] but these were not loaded, likely because it conflicts with another require.
- symfony/config[v6.0.0, ..., v6.3.2] require symfony/filesystem ^5.4|^6.0 -> found symfony/filesystem[v5.4.0, ..., v5.4.25, v6.0.0, ..., v6.3.1] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires symfony/config ^5.4 || ^6.0 -> satisfiable by symfony/config[v5.4.0, ..., v5.4.26, v6.0.0, ..., v6.3.2].
|
Unit Tests - PHP 8.2, Symfony ^7.0
Process completed with exit code 2.
|
InvalidArgument:
src/bundle/Security/Http/Utils/ParameterBagUtils.php#L33
src/bundle/Security/Http/Utils/ParameterBagUtils.php:33:23: InvalidArgument: Isset only works with variables and array elements (see https://psalm.dev/004)
|
InvalidArgument:
src/bundle/Security/Http/Utils/ParameterBagUtils.php#L39
src/bundle/Security/Http/Utils/ParameterBagUtils.php:39:19: InvalidArgument: Isset only works with variables and array elements (see https://psalm.dev/004)
|
Coding Standards - PHP 8.2
Process completed with exit code 2.
|