File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
lib/internal/Magento/Framework/DB/Adapter Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 18831883 <item name =" MySQL-8.4" xsi : type =" string" >^8\.4\.</item >
18841884 <item name =" MySQL-5.7" xsi : type =" string" >^5\.7\.</item >
18851885 <item name =" MariaDB-(10.2-10.6)" xsi : type =" string" >^10\.(?:[2-6]|11)\.</item >
1886+ <item name =" MariaDB-(10.11)" xsi : type =" string" >^10\.11\.</item >
18861887 <item name =" MariaDB-11.4" xsi : type =" string" >^11\.4\.</item >
18871888 </argument >
18881889 </arguments >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class SqlVersionProvider
3333
3434 public const MARIA_DB_10_6_VERSION = '10.6. ' ;
3535
36- public const MARIA_DB_10_11_VERSION = '10.11 ' ;
36+ public const MARIA_DB_10_11_VERSION = '10.11. ' ;
3737
3838 public const MYSQL_8_0_29_VERSION = '8.0.29 ' ;
3939
You can’t perform that action at this time.
0 commit comments