Skip to content

Commit

Permalink
Link to correct MR for mysql deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
BackEndTea authored Sep 19, 2023
1 parent d39bc5d commit 62f70a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Driver/AbstractMySQLDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function createDatabasePlatformForVersion($version)

Deprecation::trigger(
'doctrine/dbal',
'https://github.com/doctrine/dbal/pull/5060',
'https://github.com/doctrine/dbal/pull/5072',
'MySQL 5.6 support is deprecated and will be removed in DBAL 4.'
. ' Consider upgrading to MySQL 5.7 or later.',
);
Expand Down

0 comments on commit 62f70a3

Please sign in to comment.