Skip to content

Commit

Permalink
Update di.xml to support MariaDB 10.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Timon de Groot committed Jun 1, 2021
1 parent ed2ffad commit 255247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1845,7 +1845,7 @@
<argument name="supportedVersionPatterns" xsi:type="array">
<item name="MySQL-8" xsi:type="string">^8\.0\.</item>
<item name="MySQL-5.7" xsi:type="string">^5\.7\.</item>
<item name="MariaDB-(10.2-10.4)" xsi:type="string">^10\.[2-4]\.</item>
<item name="MariaDB-(10.2-10.5)" xsi:type="string">^10\.[2-5]\.</item>
</argument>
</arguments>
</type>
Expand Down

0 comments on commit 255247b

Please sign in to comment.