Skip to content

Commit

Permalink
Update backwards compatibility versions (#702)
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored Jan 4, 2023
1 parent efa2dd4 commit 084f94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 88 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backwards_compatibility_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version : [ "1.1.0", "1.2.4", "1.3.2", "2.0.0", "2.1.0", "2.2.0" ]
bwc_version : [ "1.1.0", "1.2.4", "1.3.7", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1" ]
opensearch_version : [ "2.5.0-SNAPSHOT" ]

name: k-NN Restart-Upgrade BWC Tests
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version: [ "1.3.2", "2.0.0", "2.1.0", "2.2.0" ]
bwc_version: [ "1.3.7", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1" ]
opensearch_version: [ "2.5.0-SNAPSHOT" ]

name: k-NN Rolling-Upgrade BWC Tests
Expand Down

This file was deleted.

0 comments on commit 084f94f

Please sign in to comment.