File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments