Skip to content

Commit

Permalink
Remove bwc jdk-21 as we havent release support yet
Browse files Browse the repository at this point in the history
Signed-off-by: John Mazanec <jmazane@amazon.com>
  • Loading branch information
jmazanec15 committed Nov 6, 2023
1 parent 07ffa97 commit 2106daa
Showing 1 changed file with 2 additions and 2 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 @@ -13,7 +13,7 @@ jobs:
Restart-Upgrade-BWCTests-k-NN:
strategy:
matrix:
java: [ 11, 17, 21 ]
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", "2.11.0-SNAPSHOT"]
opensearch_version : [ "3.0.0-SNAPSHOT" ]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
Rolling-Upgrade-BWCTests-k-NN:
strategy:
matrix:
java: [ 11, 17, 21 ]
java: [ 11, 17 ]
os: [ubuntu-latest]
bwc_version: [ "2.11.0-SNAPSHOT" ]
opensearch_version: [ "3.0.0-SNAPSHOT" ]
Expand Down

0 comments on commit 2106daa

Please sign in to comment.