File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,23 @@ jobs:
13
13
matrix :
14
14
include :
15
15
- os : windows-latest
16
- distribution : ' zulu '
16
+ distribution : ' adopt '
17
17
java-version : ' 17'
18
18
architecture : ' x64'
19
+ - os : windows-latest
20
+ distribution : ' zulu'
21
+ java-version : ' 11'
22
+ architecture : ' x86'
19
23
- os : self-hosted
20
24
label : win-10-pro-x64
21
25
distribution : ' zulu'
22
26
java-version : ' 17'
23
27
architecture : ' x86'
28
+ - os : self-hosted
29
+ label : win-10-pro-x64
30
+ distribution : ' adopt'
31
+ java-version : ' 21'
32
+ architecture : ' x64'
24
33
runs-on : ${{ matrix.os }}
25
34
26
35
steps :
@@ -39,14 +48,23 @@ jobs:
39
48
matrix :
40
49
include :
41
50
- os : windows-latest
42
- distribution : ' zulu '
51
+ distribution : ' adopt '
43
52
java-version : ' 11'
44
53
architecture : ' x64'
54
+ - os : windows-latest
55
+ distribution : ' zulu'
56
+ java-version : ' 11'
57
+ architecture : ' x86'
45
58
- os : self-hosted
46
59
label : win-10-pro-x64
47
60
distribution : ' zulu'
48
61
java-version : ' 11'
49
62
architecture : ' x86'
63
+ - os : self-hosted
64
+ label : win-10-pro-x64
65
+ distribution : ' adopt'
66
+ java-version : ' 17'
67
+ architecture : ' x64'
50
68
runs-on : ${{ matrix.os }}
51
69
52
70
steps :
You can’t perform that action at this time.
0 commit comments