Skip to content

Commit a3a9d49

Browse files
author
minh.tran
committed
update java to 11
1 parent aed3f5f commit a3a9d49

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040

41-
# Setup Java 1.8 environment for the next steps
41+
# Setup Java 11 environment for the next steps
4242
- name: Setup Java
4343
uses: actions/setup-java@v2
4444
with:
4545
distribution: zulu
46-
java-version: 8
46+
java-version: 11
4747

4848
# Check out current repository
4949
- name: Fetch Sources
@@ -84,12 +84,12 @@ jobs:
8484
artifact: ${{ steps.properties.outputs.artifact }}
8585
steps:
8686

87-
# Setup Java 1.8 environment for the next steps
87+
# Setup Java 11 environment for the next steps
8888
- name: Setup Java
8989
uses: actions/setup-java@v2
9090
with:
9191
distribution: zulu
92-
java-version: 8
92+
java-version: 11
9393

9494
# Check out current repository
9595
- name: Fetch Sources
@@ -147,12 +147,12 @@ jobs:
147147
runs-on: ubuntu-latest
148148
steps:
149149

150-
# Setup Java 1.8 environment for the next steps
150+
# Setup Java 11 environment for the next steps
151151
- name: Setup Java
152152
uses: actions/setup-java@v2
153153
with:
154154
distribution: zulu
155-
java-version: 8
155+
java-version: 11
156156

157157
# Check out current repository
158158
- name: Fetch Sources

0 commit comments

Comments
 (0)