We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a759207 commit c3b97b2Copy full SHA for c3b97b2
.github/workflows/backwards_compatibility_tests_workflow.yml
@@ -42,7 +42,7 @@ jobs:
42
matrix:
43
java: [ 21 ]
44
os: [ubuntu-latest,windows-latest]
45
- bwc_version: [ "2.19.0-SNAPSHOT" ]
+ bwc_version: ["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","2.19.0-SNAPSHOT"]
46
opensearch_version: [ "3.0.0-SNAPSHOT" ]
47
48
name: NeuralSearch Rolling-Upgrade BWC Tests
0 commit comments