Skip to content

Commit 180216f

Browse files
authored
Updating the BWC test config after 2.14 release (#1724)
Signed-off-by: Navneet Verma <[email protected]>
1 parent 3701d19 commit 180216f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
java: [ 11, 17 ]
1717
os: [ubuntu-latest]
18-
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", "2.12.0", "2.13.0", "2.14.0-SNAPSHOT"]
18+
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", "2.12.0", "2.13.0", "2.14.0", "2.15.0-SNAPSHOT"]
1919
opensearch_version : [ "3.0.0-SNAPSHOT" ]
2020
exclude:
2121
- os: windows-latest
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
java: [ 11, 17 ]
9696
os: [ubuntu-latest]
97-
bwc_version: [ "2.14.0-SNAPSHOT" ]
97+
bwc_version: [ "2.15.0-SNAPSHOT" ]
9898
opensearch_version: [ "3.0.0-SNAPSHOT" ]
9999

100100
name: k-NN Rolling-Upgrade BWC Tests

0 commit comments

Comments
 (0)