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