Skip to content

Commit 81c4591

Browse files
committed
Merge branch '2.6.x' into 2.7.x
- Update CI Deploy Docs to JDK 17 Issue gh-2327
2 parents 04f811b + 979e072 commit 81c4591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Set up JDK
8484
uses: actions/setup-java@v1
8585
with:
86-
java-version: '8'
86+
java-version: '17'
8787
- name: Setup gradle user name
8888
run: |
8989
mkdir -p ~/.gradle

0 commit comments

Comments
 (0)