File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - uses : actions/checkout@v4
49+ - name : Set up Java 21
50+ uses : actions/setup-java@v4
51+ with :
52+ distribution : ' temurin'
53+ java-version : ' 21'
4954 - name : Set up Ruby
5055 uses : ruby/setup-ruby@v1
5156 with :
@@ -103,6 +108,11 @@ jobs:
103108
104109 steps :
105110 - uses : actions/checkout@v4
111+ - name : Set up Java 21
112+ uses : actions/setup-java@v4
113+ with :
114+ distribution : ' temurin'
115+ java-version : ' 21'
106116 - name : Set up Ruby
107117 uses : ruby/setup-ruby@v1
108118 with :
@@ -138,6 +148,11 @@ jobs:
138148
139149 steps :
140150 - uses : actions/checkout@v4
151+ - name : Set up Java 21
152+ uses : actions/setup-java@v4
153+ with :
154+ distribution : ' temurin'
155+ java-version : ' 21'
141156 - name : Set up Ruby
142157 uses : ruby/setup-ruby@v1
143158 with :
@@ -180,6 +195,11 @@ jobs:
180195
181196 steps :
182197 - uses : actions/checkout@v4
198+ - name : Set up Java 21
199+ uses : actions/setup-java@v4
200+ with :
201+ distribution : ' temurin'
202+ java-version : ' 21'
183203 - name : Set up Ruby
184204 uses : ruby/setup-ruby@v1
185205 with :
@@ -231,6 +251,11 @@ jobs:
231251
232252 steps :
233253 - uses : actions/checkout@v4
254+ - name : Set up Java 21
255+ uses : actions/setup-java@v4
256+ with :
257+ distribution : ' temurin'
258+ java-version : ' 21'
234259 - name : Set up Ruby
235260 uses : ruby/setup-ruby@v1
236261 with :
@@ -260,6 +285,11 @@ jobs:
260285
261286 steps :
262287 - uses : actions/checkout@v4
288+ - name : Set up Java 21
289+ uses : actions/setup-java@v4
290+ with :
291+ distribution : ' temurin'
292+ java-version : ' 21'
263293 - name : Set up Ruby
264294 uses : ruby/setup-ruby@v1
265295 with :
You can’t perform that action at this time.
0 commit comments