Skip to content

Commit 30adbe4

Browse files
Fix BWC CI for 2.18 (opensearch-project#2124)
Signed-off-by: Naveen Tatikonda <[email protected]>
1 parent 0421cdc commit 30adbe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
java: [ 21 ]
3737
os: [ubuntu-latest]
38-
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", "2.16.0", "2.17.0-SNAPSHOT"]
38+
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", "2.16.0", "2.17.0", "2.18.0-SNAPSHOT"]
3939
opensearch_version : [ "3.0.0-SNAPSHOT" ]
4040
exclude:
4141
- os: windows-latest
@@ -114,7 +114,7 @@ jobs:
114114
matrix:
115115
java: [ 21 ]
116116
os: [ubuntu-latest]
117-
bwc_version: [ "2.17.0-SNAPSHOT" ]
117+
bwc_version: [ "2.18.0-SNAPSHOT" ]
118118
opensearch_version: [ "3.0.0-SNAPSHOT" ]
119119

120120
name: k-NN Rolling-Upgrade BWC Tests

0 commit comments

Comments
 (0)