Skip to content

Commit

Permalink
updated java version from 11 to 21 (opensearch-project#1940)
Browse files Browse the repository at this point in the history
* updated java version from 11 to 21

Signed-off-by: sumukhswamy <[email protected]>

* updated snapshots

Signed-off-by: sumukhswamy <[email protected]>

---------

Signed-off-by: sumukhswamy <[email protected]>
  • Loading branch information
sumukhswamy authored Jul 17, 2024
1 parent 9eb9980 commit 7566cff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ftr-e2e-dashboards-observability-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [11]
java: [21]
runs-on: ${{ matrix.os }}

steps:
- name: Set up Java 11
- name: Set up Java 21
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
java-version: '21'

- name: Download observability artifact
uses: suisei-cn/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: [11]
java: [21]
testgroups:
[
app_analytics_test,
Expand All @@ -40,11 +40,11 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up Java 11
- name: Set up Java 21
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
java-version: '21'

- name: Download observability artifact
uses: suisei-cn/[email protected]
Expand Down

0 comments on commit 7566cff

Please sign in to comment.