-
Notifications
You must be signed in to change notification settings - Fork 22
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
Move MySQL testing from Travis to GitHub Actions #49
Conversation
580e941
to
00df9c7
Compare
services: | ||
memcache: | ||
image: memcached:1-alpine | ||
ports: | ||
- 11211:11211 | ||
|
||
mysql: | ||
image: mysql/mysql-server:5.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could we have 5.7
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure, I just wanted to test with the lowest version available. ideally should add matrix of supported versions.
I don't have a recollection, and here's no note, why ready for review as removed, removed |
fyi, for php 5.x/7.0 you should use a older ubuntu version, in case you want a faster github action. |
@staabm we're in a (very slow) proccess of using build-php for php5 (and possibly php7 in the future): |
Re-created from changes of #34
This PR moves MySQL related tests from Travis CI to GitHub Actions.