Skip to content

Commit

Permalink
Bump JDK to 21 (#1384) (#1546)
Browse files Browse the repository at this point in the history
* fix: bump jdk

Signed-off-by: SuZhou-Joe <[email protected]>

* fix: bump jdk

Signed-off-by: SuZhou-Joe <[email protected]>

* fix: bump jdk

Signed-off-by: SuZhou-Joe <[email protected]>

* fix: bump jdk

Signed-off-by: SuZhou-Joe <[email protected]>

---------

Signed-off-by: SuZhou-Joe <[email protected]>
(cherry picked from commit e445a52)
(cherry picked from commit 539ab44)
  • Loading branch information
SuZhou-Joe authored and github-actions[bot] committed Sep 6, 2024
1 parent a0ab375 commit ce633d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/start-opensearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 21

- name: Create temporary directory
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ on:
- 'cypress/**/core-opensearch-dashboards/**'
- 'cypress/utils/dashboards/**'
- 'package.json'
- '.github/actions/start-opensearch/action.yml'

push:
branches: ['**']
paths:
- '.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml'
- 'cypress/**/core-opensearch-dashboards/**'
- 'cypress/utils/dashboards/**'
- 'package.json'
- '.github/actions/start-opensearch/action.yml'

env:
CI_GROUPS: "1,2,3,4,5,6,7,8,9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 21
- name: Checkout cypress-test
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-e2e-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 21
- name: Checkout cypress-test
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit ce633d7

Please sign in to comment.