1111 paths-ignore :
1212 - ' **.md'
1313 schedule :
14- - cron : ' 0 */12 * * *'
14+ - cron : ' 0 */12 * * *'
1515 workflow_dispatch :
1616jobs :
1717 setup-java-major-versions :
@@ -21,21 +21,29 @@ jobs:
2121 fail-fast : false
2222 matrix :
2323 os : [macos-latest, windows-latest, ubuntu-latest]
24- distribution : ['temurin', 'adopt', 'adopt-openj9', 'zulu', 'liberica', 'microsoft', 'corretto' ] # internally 'adopt-hotspot' is the same as 'adopt'
24+ distribution : [
25+ ' temurin' ,
26+ ' adopt' ,
27+ ' adopt-openj9' ,
28+ ' zulu' ,
29+ ' liberica' ,
30+ ' microsoft' ,
31+ ' corretto'
32+ ] # internally 'adopt-hotspot' is the same as 'adopt'
2533 version : ['8', '11', '16']
2634 exclude :
27- - distribution : microsoft
28- version : 8
35+ - distribution : microsoft
36+ version : 8
2937 include :
30- - distribution : oracle
31- os : macos-latest
32- version : 17
33- - distribution : oracle
34- os : windows-latest
35- version : 19
36- - distribution : oracle
37- os : ubuntu-latest
38- version : 19
38+ - distribution : oracle
39+ os : macos-latest
40+ version : 17
41+ - distribution : oracle
42+ os : windows-latest
43+ version : 19
44+ - distribution : oracle
45+ os : ubuntu-latest
46+ version : 19
3947 steps :
4048 - name : Checkout
4149 uses : actions/checkout@v3
@@ -59,13 +67,13 @@ jobs:
5967 os : [macos-latest, windows-latest, ubuntu-latest]
6068 distribution : ['temurin', 'zulu', 'liberica']
6169 version :
62- - ' 11.0'
63- - ' 8.0.302'
64- - ' 16.0.2+7'
70+ - ' 11.0'
71+ - ' 8.0.302'
72+ - ' 16.0.2+7'
6573 include :
66- - distribution : oracle
67- os : ubuntu-latest
68- version : ' 19.0.1'
74+ - distribution : oracle
75+ os : ubuntu-latest
76+ version : ' 19.0.1'
6977 steps :
7078 - name : Checkout
7179 uses : actions/checkout@v3
@@ -262,7 +270,7 @@ jobs:
262270 fail-fast : false
263271 matrix :
264272 os : [macos-latest, windows-latest, ubuntu-latest]
265- distribution : ['temurin', 'microsoft', 'corretto' ]
273+ distribution : ['temurin', 'microsoft', 'corretto']
266274 steps :
267275 - name : Checkout
268276 uses : actions/checkout@v3
@@ -287,7 +295,7 @@ jobs:
287295 fail-fast : false
288296 matrix :
289297 os : [macos-latest, windows-latest, ubuntu-latest]
290- distribution : ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto' ]
298+ distribution : ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto']
291299 steps :
292300 - name : Checkout
293301 uses : actions/checkout@v3
@@ -311,7 +319,7 @@ jobs:
311319 fail-fast : false
312320 matrix :
313321 os : [macos-latest, windows-latest, ubuntu-latest]
314- distribution : [ 'adopt', 'adopt-openj9', 'zulu' ]
322+ distribution : ['adopt', 'adopt-openj9', 'zulu']
315323 steps :
316324 - name : Checkout
317325 uses : actions/checkout@v3
@@ -335,7 +343,7 @@ jobs:
335343 fail-fast : false
336344 matrix :
337345 os : [macos-latest, windows-latest, ubuntu-latest]
338- distribution : ['adopt', 'zulu', 'liberica' ]
346+ distribution : ['adopt', 'zulu', 'liberica']
339347 steps :
340348 - name : Checkout
341349 uses : actions/checkout@v3
0 commit comments