From 90e098ccad75785841bae51b8acaee7b53be9b07 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 21 Mar 2024 21:30:46 +0100 Subject: [PATCH] Deprecate MariaDB 10.4 and MySQL 5.7 support (#6343) | Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary Let's not carry support for the following old releases over into the next major. * MariaDB 10.4 will be EOL three months from now. * MySQL 5.7 is EOL [since October 2023](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html). --- UPGRADE.md | 7 +++++++ psalm.xml.dist | 11 +++++++++++ src/Driver/AbstractMySQLDriver.php | 13 +++++++++++++ src/Platforms/Keywords/MySQL80Keywords.php | 2 ++ src/Platforms/MariaDB1052Platform.php | 2 +- src/Platforms/MySQL80Platform.php | 2 ++ 6 files changed, 36 insertions(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index af7be3bcf5a..4a69145c655 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -8,6 +8,13 @@ awareness about deprecated code. # Upgrade to 4.0 +## Deprecated support for MariaDB 10.4 and MySQL 5.7 + +* Upgrade to MariaDB 10.5 or later. +* Upgrade to MySQL 8.0 or later. + +# Upgrade to 4.0 + ## BC BREAK: removed `AbstractMySQLPlatform` methods. 1. `getColumnTypeSQLSnippets()`, diff --git a/psalm.xml.dist b/psalm.xml.dist index 9fabad3812d..609540b7d63 100644 --- a/psalm.xml.dist +++ b/psalm.xml.dist @@ -42,6 +42,17 @@ + + + + + + + +