Skip to content
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

feat: laravel 11 support #200

Merged
merged 8 commits into from
Apr 11, 2024
Merged

feat: laravel 11 support #200

merged 8 commits into from
Apr 11, 2024

Conversation

taka-oyama
Copy link
Collaborator

Closes #199

@taka-oyama taka-oyama added the enhancement New feature or request label Mar 15, 2024
@taka-oyama taka-oyama self-assigned this Mar 15, 2024
@@ -568,7 +568,7 @@ public function testInsertDatetime(): void
$qb = $conn->table($tableName);

$row = $this->generateTestRow();
$carbonMax = Carbon::maxValue();
$carbonMax = Carbon::create(9999, 12, 31, 23, 59, 59, 'UTC');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

memo: The maxValue and minValue functions were removed when Carbon v3 was introduced.
briannesbitt/Carbon@a4726ae

Laravel 11 now allows v3 series.
https://github.com/laravel/framework/blob/11.x/composer.json#L39

src/Query/ArrayValue.php Show resolved Hide resolved
src/Schema/Blueprint.php Show resolved Hide resolved
composer.json Outdated Show resolved Hide resolved
@taka-oyama taka-oyama requested a review from kt81 March 19, 2024 03:59
Copy link

@kt81 kt81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM again

@taka-oyama taka-oyama merged commit 4caec32 into master Apr 11, 2024
1 check passed
@taka-oyama taka-oyama deleted the feature/laravel-11 branch April 11, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Laravel 11
3 participants