-
Notifications
You must be signed in to change notification settings - Fork 127
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
Update bwc to 2.6.0-SNAPSHOT #723
Update bwc to 2.6.0-SNAPSHOT #723
Conversation
Signed-off-by: John Mazanec <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #723 +/- ##
=========================================
Coverage 84.39% 84.39%
Complexity 1067 1067
=========================================
Files 151 151
Lines 4345 4345
Branches 389 389
=========================================
Hits 3667 3667
Misses 498 498
Partials 180 180 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@@ -14,7 +14,7 @@ jobs: | |||
strategy: | |||
matrix: | |||
java: [ 11, 17 ] | |||
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0-SNAPSHOT" ] | |||
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0-SNAPSHOT", "2.6.0-SNAPSHOT" ] |
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.
should we put the version with a suffix : -SNAPSHOT? Is there a better way to keep this bwc_version list clean?
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.
Seems like 2.5.0 is not released as of now. Let's make sure that once it is released we are removing the -SNAPSHOT suffix.
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.
Sounds good
Description
Upgrade main to use 2.6 snapshot for bwc
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.