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
Since my other issue #355 was closed without any discussions, I'm creating a new one.
As already stated in the previous issue, version 1.21 added a breaking change with this PR: #330 by bumping the minimum version of PHP from 8.1 to 8.2.
Adding more context to this. Any applications using Laravel Pint version 1 that are still running in PHP 8.1 and having it in the CI/CD pipeline would have the CI/CD pipelines broken because of this change.
This would make sense by having version 1.21 released as version 2.0 instead to not add a breaking change as mentioned above for any applications.
@crynobone again closing without any discussions?
Man, I'm not saying to not release something, but this is a breaking change.
I just showed you one example that broke a project and that's only one example.
I feel like closing these issues without any discussions is a disrespect to the person who created the issue.
Pint Version
1.21.0
PHP Version
8.1
Description
Since my other issue #355 was closed without any discussions, I'm creating a new one.
As already stated in the previous issue, version 1.21 added a breaking change with this PR: #330 by bumping the minimum version of PHP from 8.1 to 8.2.
Adding more context to this. Any applications using Laravel Pint version 1 that are still running in PHP 8.1 and having it in the CI/CD pipeline would have the CI/CD pipelines broken because of this change.
This would make sense by having version 1.21 released as version 2.0 instead to not add a breaking change as mentioned above for any applications.
Steps To Reproduce
One example of CI/CD pipeline with GitHub Actions failing: https://github.com/WendellAdriel/laravel-validated-dto/actions/runs/13545515191/job/37856055896
Here I had actions that stopped working because of Pint v1.21 changing the minimum supported version for PHP from 8.1 to 8.2
The text was updated successfully, but these errors were encountered: