Skip to content

Commit a43e8cf

Browse files
committed
Use java 11
1 parent 0192ed5 commit a43e8cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17-
# Setup Java 1.8 environment for the next steps
17+
# Setup Java 11 environment for the next steps
1818
- name: Setup Java
1919
uses: actions/setup-java@v2
2020
with:
2121
distribution: zulu
22-
java-version: 8
22+
java-version: 11
2323

2424
# Check out current repository
2525
- name: Fetch Sources
@@ -40,12 +40,12 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242

43-
# Setup Java 1.8 environment for the next steps
43+
# Setup Java 11 environment for the next steps
4444
- name: Setup Java
4545
uses: actions/setup-java@v2
4646
with:
4747
distribution: zulu
48-
java-version: 8
48+
java-version: 11
4949

5050
# Check out current repository
5151
- name: Fetch Sources

0 commit comments

Comments
 (0)