-
Notifications
You must be signed in to change notification settings - Fork 33
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
Updated Nokogiri version #78
Conversation
…so Logstash >= 8.4.0
49a04c5
to
e5d426a
Compare
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.
There's no point in leaving other versions to be tested in CI if we know they'll fail. So I suggest we introduce a new test matrix yml file that only does 8.4+ testing
@jsvd I've update the matrix, I've left the |
.ci/travis/matrix.yml
Outdated
@@ -0,0 +1,28 @@ | |||
_performance: &_performance |
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.
Instead of editing the matrix.yml you can just directly edit the travis.yml of this repo: https://github.com/logstash-plugins/logstash-filter-xml/pull/80/files.
You can see that the tests for that PR respect the build matrix from travis.yml of the PR itself: https://app.travis-ci.com/github/logstash-plugins/logstash-filter-xml/builds/254472445
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.
Thank's @jsvd for the hint, I fixed that and now the matrix build work as expected.
Co-authored-by: João Duarte <[email protected]>
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.
LGTM
Update Nokogiri dependency version