Skip to content

Commit

Permalink
Add JDK21 to version matrix in GH actions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Froh <[email protected]>
  • Loading branch information
msfroh committed Dec 12, 2023
1 parent b648e57 commit bc79a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
Build-search-request-processor:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
os: [ubuntu-latest, macos-latest, windows-latest]

name: Build and Test Search Request Processor Plugin
Expand Down
6 changes: 3 additions & 3 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 ]
java: [ 11, 17, 21 ]
bwc_version : [ "2.7.0" ]
opensearch_version : [ "3.0.0-SNAPSHOT" ]

Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
Rolling-Upgrade-BWCTests-SRP:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version: [ "2.7.0" ]
java: [ 11, 17, 21 ]
bwc_version: [ "2.11.1" ]
opensearch_version: [ "3.0.0-SNAPSHOT" ]

name: SRP Rolling-Upgrade BWC Tests
Expand Down

0 comments on commit bc79a41

Please sign in to comment.