|
8 | 8 | use Doctrine\DBAL\Driver; |
9 | 9 | use Doctrine\DBAL\Platforms\AbstractPlatform; |
10 | 10 | use Doctrine\DBAL\Platforms\MariaDB1010Platform; |
11 | | -use Doctrine\DBAL\Platforms\MariaDB1060Platform; |
12 | 11 | use Doctrine\DBAL\Platforms\MariaDBPlatform; |
13 | 12 | use Doctrine\DBAL\Platforms\MySQLPlatform; |
14 | 13 | use Doctrine\DBAL\Platforms\PostgreSQLPlatform; |
@@ -37,9 +36,8 @@ public static function mySQLVersionProvider(): array |
37 | 36 | ['5.5.40-MariaDB-1~wheezy', MariaDBPlatform::class], |
38 | 37 | ['5.5.5-MariaDB-10.2.8+maria~xenial-log', MariaDBPlatform::class], |
39 | 38 | ['10.2.8-MariaDB-10.2.8+maria~xenial-log', MariaDBPlatform::class], |
40 | | - ['10.5.2-MariaDB-1~lenny-log', MariaDBPlatform::class], |
41 | | - ['10.6.0-MariaDB-1~lenny-log', MariaDB1060Platform::class], |
42 | | - ['10.9.3-MariaDB-1~lenny-log', MariaDB1060Platform::class], |
| 39 | + ['10.6.0-MariaDB-1~lenny-log', MariaDBPlatform::class], |
| 40 | + ['10.9.3-MariaDB-1~lenny-log', MariaDBPlatform::class], |
43 | 41 | ['11.0.2-MariaDB-1:11.0.2+maria~ubu2204', MariaDB1010Platform::class], |
44 | 42 | ]; |
45 | 43 | } |
|
0 commit comments