Skip to content

Commit

Permalink
Bump to 21
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Jul 9, 2024
1 parent 01ba080 commit 11a0f4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Run all jobs
fail-fast: false
matrix:
java: [11, 17, 21]
java: [21]
runs-on: ubuntu-latest
container:
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Run all jobs
fail-fast: false
matrix:
java: [11, 17, 21]
java: [21]
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 11a0f4d

Please sign in to comment.