Skip to content

Commit

Permalink
Bump Java to 21 (#1842)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho authored Jul 9, 2024
1 parent 01ba080 commit 6fe4fb7
Showing 1 changed file with 5 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 All @@ -23,6 +23,9 @@ jobs:
# need to switch to root so that github actions can install runner binary on container without permission issues.
options: --user root

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:
- uses: actions/checkout@v1

Expand Down Expand Up @@ -65,7 +68,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 6fe4fb7

Please sign in to comment.