TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

[TASK] Do not run PHPStan with unstable PHP versions #129

Closed oliverklee closed 3 months ago

oliverklee commented 3 months ago

To catch problems in our code and in in association with the used libraries, we don't need to check with unstable PHP versions.

This also avoids failures that are unrelated to our code.

oliverklee commented 3 months ago

Thanks for the merge! I'll go rebase my other PRs now.

oliverklee commented 3 months ago

Done.