aws / aws-sdk-php-laravel

A Laravel 5+ (and 4) service provider for the AWS SDK for PHP
http://aws.amazon.com/sdkforphp/
Apache License 2.0
1.65k stars 245 forks source link

Laravel 9 support #209

Closed SamRemis closed 2 years ago

SamRemis commented 2 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

SamRemis commented 2 years ago

Example of a passing action on a branch which tests up to PHP 8. PHP 8 tests aren't a part of this PR because of a version incompatibility, described below for posterity:

The minimum version of PHPUnit that can run tests on PHP 8.0 is PHPUnit 8. Unfortunately, this is syntactically incompatible with the current PHPUnit tests, so they can't be included until we drop support for php versions below 7.2. The branch that the above action is running on has all of the required changes to upgrade to PHPUnit 8.