-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current version don't work with latest mysql #15
Comments
This code needs to be upgrsded to Laravel 5.5+, there are strong reasons to do it, and one is this MySQL support. Let me spent some time on it. |
I have modified the way dockers are built. See README.md to see the new approach. Closes: #15
Hi @Kinmarui I've updated docker-compose to use MySQL 5.7 instead of latest one. You can test it using In some days I'll merge to |
Hi @pacoorozco Thanks for quick feedback and fix. I applied fix manually as I reported issue and can confirm that application worked. Sadly I don't have now much time to do testing, hopefully I'll get back latter next week. |
Fix continuous integration and issue #15
workaround is to downgrade mysql to 5.7 in docker-compose.yml
laradock/laradock#1390
The text was updated successfully, but these errors were encountered: