Skip to content

Commit

Permalink
Adding JDK 11 to CI matrix
Browse files Browse the repository at this point in the history
OpenSearch has lowered the JDK to 11, hence, include this
in CI matrix.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
  • Loading branch information
VijayanB committed Jan 27, 2022
1 parent 6a9963d commit 389ca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build:
strategy:
matrix:
java: [14]
java: [11, 14]

name: Build and Test geospatial Plugin
runs-on: ubuntu-latest
Expand Down

0 comments on commit 389ca01

Please sign in to comment.