-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: add 8.5 support #3179
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
chore: add 8.5 support #3179
Conversation
fc5c30c to
116c59b
Compare
116c59b to
85cce0f
Compare
449cc4e to
4caa0f3
Compare
yenfryherrerafeliz
left a comment
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.
I think falling back to empty string in every array access could be problematic, but we can leave this open for discussion.
| public function testDownloadsObjectsWithAccessPointArn() | ||
| { | ||
| if (PHP_OS_FAMILY === 'Windows') { | ||
| $this->markTestSkipped('S3 access point ARN downloads have path handling issues on Windows'); |
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.
What does this mean?, customers can't do downloads using access points ARNs on Windows then?
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.
possibly. Will need to add to the backlog to investigate. I tried for a while to get this working
4caa0f3 to
b505e38
Compare
b505e38 to
0689e4b
Compare
yenfryherrerafeliz
left a comment
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. Just minor nits and some questions.
0689e4b to
a06da94
Compare
yenfryherrerafeliz
left a comment
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.
Just some minor questions.
Issues: #2941, #3217
Description of changes:
Fixes PHP 8.5 deprecation warnings and adds 8.5 to test runs, adds Windows unit test workflow, adds JIT to applicable workflows, adds separate Codecov coverage workflow that runs weekly.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.