File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,10 @@ jobs:
68
68
- name : Checkout code
69
69
uses : actions/checkout@v4
70
70
71
- - name : Setup JDK (Windows only)
72
- if : matrix.os == 'windows-latest'
71
+ - name : Setup JDK
73
72
uses : actions/setup-java@v4
74
73
with :
75
- java-version : ' 11 '
74
+ java-version : ' 21 '
76
75
distribution : ' adopt'
77
76
78
77
- name : Setup Node
@@ -232,11 +231,10 @@ jobs:
232
231
- name : Checkout code
233
232
uses : actions/checkout@v4
234
233
235
- - name : Setup JDK (Windows only)
236
- if : matrix.os == 'windows-latest'
234
+ - name : Setup JDK
237
235
uses : actions/setup-java@v4
238
236
with :
239
- java-version : ' 11 '
237
+ java-version : ' 21 '
240
238
distribution : ' adopt'
241
239
242
240
- name : Setup Node
@@ -349,11 +347,10 @@ jobs:
349
347
- name : Checkout code
350
348
uses : actions/checkout@v4
351
349
352
- - name : Setup JDK (Windows only)
353
- if : matrix.os == 'windows-latest'
350
+ - name : Setup JDK
354
351
uses : actions/setup-java@v4
355
352
with :
356
- java-version : ' 11 '
353
+ java-version : ' 21 '
357
354
distribution : ' adopt'
358
355
359
356
- name : Setup Node
You can’t perform that action at this time.
0 commit comments