You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Set the `phpVersion` to `70100` (lowest possible). This prevents PHPStan throwing notices which are related to the PHP version on which PHPStan is being _run_, in contrast to the PHP version which the code _supports_.
* With the `phpVersion` being set, PHPStan can now run on the `latest` PHP version in CI, though as long as the max PHPUnit version is PHPUnit 7.5, this _will_ throw deprecation notices, so let's leave that for now.
Includes minor update to the config for something which is no longer needed.
0 commit comments