Skip to content

Commit e445a52

Browse files
authored
Bump JDK to 21 (#1384)
* 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]>
1 parent 24b5659 commit e445a52

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/actions/start-opensearch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- name: Set up JDK
4141
uses: actions/setup-java@v1
4242
with:
43-
java-version: 11
43+
java-version: 21
4444

4545
- name: Create temporary directory
4646
run: |

.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ on:
66
- '.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml'
77
- 'cypress/**/core-opensearch-dashboards/**'
88
- 'cypress/utils/dashboards/**'
9+
- '.github/actions/start-opensearch/action.yml'
10+
911
push:
1012
branches: ['**']
1113
paths:
1214
- '.github/workflows/cypress-workflow-bundle-snapshot-based-ci-groups.yml'
1315
- 'cypress/**/core-opensearch-dashboards/**'
1416
- 'cypress/utils/dashboards/**'
17+
- '.github/actions/start-opensearch/action.yml'
1518

1619
env:
1720
CI_GROUPS: "1,2,3,4,5,6,7,8,9"

.github/workflows/release-e2e-workflow-template-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up JDK
3131
uses: actions/setup-java@v1
3232
with:
33-
java-version: 14
33+
java-version: 21
3434
- name: Checkout cypress-test
3535
uses: actions/checkout@v2
3636
with:

.github/workflows/release-e2e-workflow-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up JDK
3434
uses: actions/setup-java@v1
3535
with:
36-
java-version: 14
36+
java-version: 21
3737
- name: Checkout cypress-test
3838
uses: actions/checkout@v2
3939
with:

0 commit comments

Comments
 (0)