-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Deprecate MariaDB 10.4 and MySQL 5.7 support #6343
Conversation
c308049
to
6d383ca
Compare
6d383ca
to
e54a666
Compare
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | Follows #6343 #### Summary This PR removes support for old MariaDB and MySQL releases.
I had a deprecation message with a link to this PR with this config in <env name="DATABASE_URL" value="mysql://root:@mysql:3306/truebadges?serverVersion=8.0" /> Changing This is due to this line: dbal/src/Driver/AbstractMySQLDriver.php Line 66 in c91166a
|
dbal/docs/en/reference/configuration.rst Lines 363 to 383 in 6428f1a
|
Summary
Let's not carry support for the following old releases over into the next major.