feat: drop support for PHP < 8.1, symfony < 6.4 (WIP) #370
ci.yml
on: pull_request
PHPStan
35s
PHP-CS-Fixer
29s
Matrix: phpunit
Annotations
18 errors and 2 warnings
|
PHPUnit (PHP 8.1) (Symfony 6.4.*)
Process completed with exit code 2.
|
|
PHPUnit (PHP 8.1) (Symfony 6.4.*)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires willdurand/geocoder ^5.0 -> satisfiable by willdurand/geocoder[5.0.0, 5.1.x-dev].
- willdurand/geocoder[5.0.0, ..., 5.1.x-dev] require php >=8.2 -> your php version (8.1.33) does not satisfy that requirement.
Problem 2
- Root composer.json requires geocoder-php/yandex-provider ^4.6 -> satisfiable by geocoder-php/yandex-provider[4.6.0].
- geocoder-php/yandex-provider 4.6.0 requires willdurand/geocoder ^4.0|^5.0 -> satisfiable by willdurand/geocoder[5.0.0, 5.1.x-dev].
- willdurand/geocoder[5.0.0, ..., 5.1.x-dev] require php >=8.2 -> your php version (8.1.33) does not satisfy that requirement.
|
|
PHPUnit (PHP 8.2) (Symfony 7.4.*)
Process completed with exit code 1.
|
|
PHP-CS-Fixer
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.2) (Symfony 6.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.4) (Symfony 6.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.3) (Symfony 7.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.5) (Symfony 6.4.*)
Process completed with exit code 1.
|
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
src/DependencyInjection/Configuration.php#L0
Ignored error pattern #^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\:\:variableNode\(\)\.$# in path /home/runner/work/BazingaGeocoderBundle/BazingaGeocoderBundle/src/DependencyInjection/Configuration.php was not matched in reported errors.
|
|
PHPStan:
src/DependencyInjection/Configuration.php#L0
Ignored error pattern #^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\:\:end\(\)\.$# in path /home/runner/work/BazingaGeocoderBundle/BazingaGeocoderBundle/src/DependencyInjection/Configuration.php was not matched in reported errors.
|
|
PHPStan:
src/DataCollector/GeocoderDataCollector.php#L50
Return type mixed of method Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector::collect() is not covariant with return type void of method Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::collect().
|
|
PHPStan:
src/DataCollector/GeocoderDataCollector.php#L40
Return type mixed of method Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector::reset() is not covariant with return type void of method Symfony\Component\HttpKernel\DataCollector\DataCollector::reset().
|
|
PHPStan:
src/Command/GeocodeCommand.php#L84
Parameter #3 ...$values of function sprintf expects bool|float|int|string|null, mixed given.
|
|
PHPStan:
src/BazingaGeocoderBundle.php#L29
Return type mixed of method Bazinga\GeocoderBundle\BazingaGeocoderBundle::build() is not covariant with return type void of method Symfony\Component\HttpKernel\Bundle\Bundle::build().
|
|
PHPUnit (PHP 8.3) (Symfony 6.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.4) (Symfony 7.4.*)
Process completed with exit code 1.
|
|
PHPUnit (PHP 8.5) (Symfony 7.4.*)
Process completed with exit code 1.
|
|
PHP-CS-Fixer:
tests/bootstrap.php#L1
Found violation(s) of type: single_line_comment_style
|
|
PHP-CS-Fixer:
tests/bootstrap.php#L1
Found violation(s) of type: single_line_comment_spacing
|