Skip to content

Commit 55d9de0

Browse files
committed
Merge branch '3.6.x' into 3.7.x
* 3.6.x: Link to correct MR for mysql deprecation
2 parents f29467a + 8e0e268 commit 55d9de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Driver/AbstractMySQLDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function createDatabasePlatformForVersion($version)
8787

8888
Deprecation::trigger(
8989
'doctrine/dbal',
90-
'https://github.com/doctrine/dbal/pull/5060',
90+
'https://github.com/doctrine/dbal/pull/5072',
9191
'MySQL 5.6 support is deprecated and will be removed in DBAL 4.'
9292
. ' Consider upgrading to MySQL 5.7 or later.',
9393
);

0 commit comments

Comments
 (0)