diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml
index acea9af5961..631eeee7d5c 100644
--- a/.github/workflows/continuous-integration.yml
+++ b/.github/workflows/continuous-integration.yml
@@ -281,8 +281,7 @@ jobs:
- "8.1"
mariadb-version:
# keep in sync with https://mariadb.org/about/#maintenance-policy
- - "10.4" # Oldest version supported by DBAL, LTS (Jun 2024)
- - "10.5" # LTS (Jun 2025)
+ - "10.5" # Oldest version supported by DBAL, LTS (Jun 2025)
- "10.6" # LTS (Jul 2026)
- "10.11" # LTS (Feb 2028)
- "11.0" # STS (Jun 2024)
@@ -351,7 +350,6 @@ jobs:
php-version:
- "8.1"
mysql-version:
- - "5.7"
- "8.0"
- "8.3"
extension:
diff --git a/UPGRADE.md b/UPGRADE.md
index 73349adb4ae..6bed6ee8627 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -6,6 +6,13 @@ awareness about deprecated code.
- Use of our low-overhead runtime deprecation API, details:
https://github.com/doctrine/deprecations/
+# Upgrade to 5.0
+
+## BC BREAK: Removed 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.1
## Deprecated support for MariaDB 10.4 and MySQL 5.7
diff --git a/psalm.xml.dist b/psalm.xml.dist
index 609540b7d63..9fabad3812d 100644
--- a/psalm.xml.dist
+++ b/psalm.xml.dist
@@ -42,17 +42,6 @@
-
-
-
-
-
-
-
-