vapor / fluent-mysql-driver

🖋🐬 Swift ORM (queries, models, relations, etc) built on MySQL.
MIT License
77 stars 52 forks source link

Redo CI to test mysql 5.7, 8.0, and mariadb on macOS and Ubuntu #166

Closed gwynne closed 4 years ago

gwynne commented 4 years ago

Leverage the matrix strategy feature of GitHub workflows to generate 9 different tests:

Uses Homebrew to get a local MySQL server on macOS.

gwynne commented 4 years ago

Seems like we're actually broken on MariaDB at the moment - whether that's our fault or theirs I have no idea.

tanner0101 commented 4 years ago

Related to https://github.com/vapor/mysql-nio/issues/21. We should add these CI improvements there, too.

gwynne commented 4 years ago

Closing this out; it is now superseded by the CI changes made as part of #175