-
-
Notifications
You must be signed in to change notification settings - Fork 342
feat: Add support for PHP 8.1, 8.2 #489
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
fix user tests fix tests lint run server in background rebuild package.lock add composer lock fix CI remove travis lint ci.yml ci: Migrate to Github Actions
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #489 +/- ##
============================================
- Coverage 98.07% 97.88% -0.20%
- Complexity 1063 1066 +3
============================================
Files 39 39
Lines 2964 3262 +298
============================================
+ Hits 2907 3193 +286
- Misses 57 69 +12
... and 18 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Great work!
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.
See #489 (comment)
Changed this PR to |
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.
Looks good! Thanks for this PR, let's hope it motivates others to bring this SDK up-to-date.
@dplewis Do you remember how to prepare and publish a release in this repo? Past commits to prepare releases only contain the changelog entry and bumping the internal client version that is sent to Parse Server in For example fa132ca We don't have auto-release in this repo yet. To add that, I'd like to understand the steps needed to publish it manually. |
I've opened #492 to find out more about release publishing. |
New Pull Request Checklist
Issue Description
Migrate TravisCI to Github Actions
Closes: #479, #488
Approach
TODOs before merging