ohdearapp / gitlab-ci-pipeline-for-laravel

A Gitlab CI/CD pipeline optimized for use with Laravel applications
https://ohdear.app
331 stars 108 forks source link

Upgrade & mysql fixes #5

Closed Gil-1 closed 5 years ago

Gil-1 commented 5 years ago

Upgrade to php 7.3 & mysql 8 Backup the db in the db-seeding phase to restore it with phpunit.

Finally made it work. Hope it can be usefull to someone else. Should fix Issue #3

mattiasgeniar commented 5 years ago

Nice one, thanks for the contribution!

Gil-1 commented 5 years ago

Well glad it was merged :).

Thanks also to https://github.com/oanhnn for giving the solution for mysql8 implementation