Skip to content

Commit d247efa

Browse files
authored
Expand allowed versions of MySQL/MariaDB (#189)
* Expand allowed versions of MySQL/MariaDB * Update MySQL version compatibility range to include 8.x up to 8.4
1 parent 813496e commit d247efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/etc/di.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,10 @@
18801880
<item name="MySQL-5.7" xsi:type="string">^5\.7\.</item>
18811881
<item name="MariaDB-(10.2-10.6)" xsi:type="string">^10\.[2-6]\.</item>
18821882
<item name="MariaDB-11.4" xsi:type="string">^11\.4\.</item>
1883+
<!-- Mage-OS wider compatibility rules to match reessolutions/db-override -->
1884+
<item name="MySQL-(8.0-8.4)" xsi:type="string">^8\.[0-4]\.</item>
1885+
<item name="MariaDB-(10.2-10.11)" xsi:type="string">^10\.([2-9]|10|11)\.</item>
1886+
<item name="MariaDB-11.x" xsi:type="string">^11\.</item>
18831887
</argument>
18841888
</arguments>
18851889
</type>

0 commit comments

Comments
 (0)