Skip to content

Commit

Permalink
Merge pull request #6156 from BackEndTea/patch-2
Browse files Browse the repository at this point in the history
Link to correct MR for mysql deprecation
  • Loading branch information
greg0ire committed Sep 19, 2023
2 parents d39bc5d + 62f70a3 commit 8e0e268
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 8e0e268

Please sign in to comment.