-
Notifications
You must be signed in to change notification settings - Fork 46
Add current PHP versions to Travis CI tests #70
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
Add current PHP versions to Travis CI tests #70
Conversation
062c6c1
to
d01db7e
Compare
I splitted the PR, since newer PHP versions are not supported by the existing test framework and throw errors. This needs additional work. So I would like to keep this open as work in progress, please merge #71 first. |
b0969c0
to
351bcfe
Compare
Use current PHP versions in tests. Refs matomo-org#69
Add .editorconfig for expected file format Add .php-version for expected PHP version
Introduce Composer to the project. Refs matomo-org#48
Move dev dependencies from subfolder to main composer file.
351bcfe
to
913aff4
Compare
Run * composer update
Fixed the tests for the newer versions. Now ready to merge. 🚀 |
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.
Looks good. Btw. at some later point we should also consider to move from travis tests to github actions. We are also preparing this for our other repos. So if you are familiar with github actions, feel free to also create a PR for that.
Description:
Follow-Up for #71 - WIP
Review