We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d44350 commit afb79a9Copy full SHA for afb79a9
app/etc/di.xml
@@ -1857,7 +1857,7 @@
1857
<type name="Magento\Framework\DB\Adapter\SqlVersionProvider">
1858
<arguments>
1859
<argument name="supportedVersionPatterns" xsi:type="array">
1860
- <item name="MySQL-8.1" xsi:type="string">^8\.1\.</item>
+ <item name="MySQL-8" xsi:type="string">^8\.0\.</item>
1861
<item name="MySQL-5.7" xsi:type="string">^5\.7\.</item>
1862
<item name="MariaDB-(10.2-10.6)" xsi:type="string">^10\.[2-6]\.</item>
1863
</argument>
0 commit comments