mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3844: [GH-1472] Add test for MariaDB 5.5 and 10.1 on Travis #4707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jul 23, 2015).
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of PowerKiKi:
Url: https://github.com/doctrine/doctrine2/pull/1472
Message:
This use the brand new supported addon mariadb (not yet officially announced).
This is unfortunately a bit verbose, but I don't think there is any
alternative because we cannot install the addon when testing against mysql
otherwise it would overwrite mysql install.
@Majkl578 commented on GitHub (Sep 11, 2017):
Related PR #1472 was merged.