Skip to content

Commit

Permalink
Fixing the BWC test which is failing due to 2.10.0-snapshot present i…
Browse files Browse the repository at this point in the history
…n the bwc versions

Signed-off-by: Navneet Verma <[email protected]>
  • Loading branch information
navneet1v committed Oct 11, 2023
1 parent a496926 commit 8fec4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
java: [ 11, 17 ]
os: [ubuntu-latest]
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0-SNAPSHOT"]
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0-SNAPSHOT"]
opensearch_version : [ "3.0.0-SNAPSHOT" ]
exclude:
- os: windows-latest
Expand Down

0 comments on commit 8fec4aa

Please sign in to comment.