File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
34
34
- name : Clear tool cache (Windows)
35
35
if : runner.os == 'windows'
36
36
run : move "${{ runner.tool_cache }}" "${{ runner.tool_cache }}.old"
37
- - name : Setup Java 13
37
+ - name : Setup Java 11
38
38
uses : ./
39
39
with :
40
- java-version : 13 .0.2
41
- - name : Verify Java 13
40
+ java-version : 11 .0.7
41
+ - name : Verify Java 11
42
42
if : runner.os != 'windows'
43
- run : __tests__/verify-java.sh 13 .0.2
44
- - name : Verify Java 13 (Windows)
43
+ run : __tests__/verify-java.sh 11 .0.7
44
+ - name : Verify Java 11 (Windows)
45
45
if : runner.os == 'windows'
46
- run : __tests__/verify-java.ps1 13 .0.2
46
+ run : __tests__/verify-java.ps1 11 .0.2
47
47
48
48
test-proxy :
49
49
runs-on : ubuntu-latest
@@ -61,12 +61,12 @@ jobs:
61
61
- uses : actions/checkout@v2
62
62
- name : Clear tool cache
63
63
run : rm -rf $RUNNER_TOOL_CACHE/*
64
- - name : Setup Java 13
64
+ - name : Setup Java 11
65
65
uses : ./
66
66
with :
67
- java-version : 13 .0.2
67
+ java-version : 11 .0.7
68
68
- name : Verify Java 13
69
- run : __tests__/verify-java.sh 13 .0.2
69
+ run : __tests__/verify-java.sh 11 .0.7
70
70
71
71
test-bypass-proxy :
72
72
runs-on : ubuntu-latest
77
77
- uses : actions/checkout@v2
78
78
- name : Clear tool cache
79
79
run : rm -rf $RUNNER_TOOL_CACHE/*
80
- - name : Setup Java 13
80
+ - name : Setup Java 11
81
81
uses : ./
82
82
with :
83
- java-version : 13 .0.2
84
- - name : Verify Java 13
85
- run : __tests__/verify-java.sh 13 .0.2
83
+ java-version : 11 .0.7
84
+ - name : Verify Java 11
85
+ run : __tests__/verify-java.sh 11 .0.7
You can’t perform that action at this time.
0 commit comments