Skip to content

Commit 17dd696

Browse files
authored
Update release.yml
changed Java from 1.8 to 11
1 parent f059528 commit 17dd696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
fetch-depth: 0
1515

1616

17-
- name: Set up JDK 8
17+
- name: Set up JDK 11
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: 8
20+
java-version: 11
2121
distribution: 'temurin'
2222

2323

0 commit comments

Comments
 (0)