Skip to content

Commit fc7db0f

Browse files
committed
[chore]downgrade java to adjust to upstream
1 parent a902083 commit fc7db0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up JDK
2828
uses: actions/setup-java@v4
2929
with:
30-
java-version: '21'
30+
java-version: '11'
3131
distribution: 'temurin'
3232
cache: 'maven'
3333

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '21'
25+
java-version: '11'
2626
distribution: 'temurin'
2727
cache: 'maven'
2828

0 commit comments

Comments
 (0)