phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
391 stars 27 forks source link

Test all jobs on PHP 8.1 #45

Closed ruudk closed 2 years ago

ruudk commented 2 years ago

@ondrejmirtes How to solve this? I think the problem is that the lowest PHPStan on PHP 8.1 does not contain the compatible Symfony components. Should we bump the minimum required PHPStan version?

ondrejmirtes commented 2 years ago

@ruudk We can dynamically update PHPStan to ^1.0 when the CI is running on PHP 8.1. I don't want to change the mininum version in composer.json for everyone.

ruudk commented 2 years ago

@ondrejmirtes Updated. It appeared that we already used that for PHP 8.0 :)

ruudk commented 2 years ago

@ondrejmirtes can this be merged?

ondrejmirtes commented 2 years ago

Thank you!