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

Add unknown collations for MySQL 8 and MariaDB #171

Merged
merged 2 commits into from
Mar 13, 2024

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented Nov 29, 2023

Laravel 11 will change the default collations for MySQL 8 and MariaDB including a new database configuration entry for MariaDB (see laravel/framework#48455)

MySQL 8: utf8mb4_0900_ai_ci (not supported by MariaDB and MySQL 5.7)
MariaDB: utf8mb4_uca1400_ai_ci (not supported by MySQL 8 and MySQL 5.7)

This PR informs Developers of this change so that they can mitigate the issue themself.

@Jubeki Jubeki marked this pull request as ready for review November 29, 2023 13:27
@Jubeki
Copy link
Contributor Author

Jubeki commented Jan 15, 2024

Is something blocking this PR or will this only be merged shortly before/after Laravel 11 release? @freekmurze

@Jubeki
Copy link
Contributor Author

Jubeki commented Mar 13, 2024

@freekmurze as Laravel 11 was released yesterday, I think it would be great to have this merged / reviewed.

@freekmurze freekmurze merged commit 5f4eba2 into spatie:main Mar 13, 2024
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants