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,30 @@ 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'
25- version : ['8', '11', '16']
24+ distribution : [
25+ ' temurin' ,
26+ ' adopt' ,
27+ ' adopt-openj9' ,
28+ ' zulu' ,
29+ ' liberica' ,
30+ ' microsoft' ,
31+ ' semeru' ,
32+ ' corretto'
33+ ] # internally 'adopt-hotspot' is the same as 'adopt'
34+ version : ['8', '11', '17']
2635 exclude :
27- - distribution : microsoft
28- version : 8
36+ - distribution : microsoft
37+ version : 8
2938 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
39+ - distribution : oracle
40+ os : macos-latest
41+ version : 17
42+ - distribution : oracle
43+ os : windows-latest
44+ version : 20
45+ - distribution : oracle
46+ os : ubuntu-latest
47+ version : 20
3948 steps :
4049 - name : Checkout
4150 uses : actions/checkout@v3
@@ -59,13 +68,13 @@ jobs:
5968 os : [macos-latest, windows-latest, ubuntu-latest]
6069 distribution : ['temurin', 'zulu', 'liberica']
6170 version :
62- - ' 11.0'
63- - ' 8.0.302'
64- - ' 16 .0.2 +7'
71+ - ' 11.0'
72+ - ' 8.0.302'
73+ - ' 17 .0.7 +7'
6574 include :
66- - distribution : oracle
67- os : ubuntu-latest
68- version : ' 19 .0.1'
75+ - distribution : oracle
76+ os : ubuntu-latest
77+ version : ' 20 .0.1'
6978 steps :
7079 - name : Checkout
7180 uses : actions/checkout@v3
@@ -191,7 +200,7 @@ jobs:
191200 fail-fast : false
192201 matrix :
193202 os : [macos-latest, windows-latest, ubuntu-latest]
194- distribution : ['temurin', 'zulu', 'liberica']
203+ distribution : ['temurin', 'zulu', 'liberica', 'semeru' ]
195204 java-package : ['jre']
196205 version : ['17.0']
197206 include :
@@ -262,7 +271,7 @@ jobs:
262271 fail-fast : false
263272 matrix :
264273 os : [macos-latest, windows-latest, ubuntu-latest]
265- distribution : ['temurin', 'microsoft', 'corretto' ]
274+ distribution : ['temurin', 'microsoft', 'corretto']
266275 steps :
267276 - name : Checkout
268277 uses : actions/checkout@v3
@@ -287,7 +296,7 @@ jobs:
287296 fail-fast : false
288297 matrix :
289298 os : [macos-latest, windows-latest, ubuntu-latest]
290- distribution : ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto' ]
299+ distribution : ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto']
291300 steps :
292301 - name : Checkout
293302 uses : actions/checkout@v3
@@ -311,7 +320,7 @@ jobs:
311320 fail-fast : false
312321 matrix :
313322 os : [macos-latest, windows-latest, ubuntu-latest]
314- distribution : [ 'adopt', 'adopt-openj9', 'zulu' ]
323+ distribution : ['adopt', 'adopt-openj9', 'zulu']
315324 steps :
316325 - name : Checkout
317326 uses : actions/checkout@v3
@@ -335,7 +344,7 @@ jobs:
335344 fail-fast : false
336345 matrix :
337346 os : [macos-latest, windows-latest, ubuntu-latest]
338- distribution : ['adopt', 'zulu', 'liberica' ]
347+ distribution : ['adopt', 'zulu', 'liberica']
339348 steps :
340349 - name : Checkout
341350 uses : actions/checkout@v3
0 commit comments