-
-
Notifications
You must be signed in to change notification settings - Fork 62
Add CI coverage for PHP 8.3, 8.4, and 8.5 #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
composer.json
Outdated
| }, | ||
| "require": { | ||
| "php": "^7.3|^8.0" | ||
| "php": "7.3|^8.0|^8.1|^8.2|^8.3|^8.4|^8.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^8.0 already implies the others. just revert all changes to this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
e5d079e to
147e7b2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add inline /** @phpstan-ignore error-identnfier*/ for the 2 errors
Done |
|
each of the lines to be ignored has a different error, hence needs a different error-identifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
|
now you can work on fixing the newly added errors in a separate PR :) |
No description provided.