@@ -122,21 +122,21 @@ jobs:
122122
123123 # --- EDIT MODE ---
124124
125- test-unity-2019-4-40f1 -editmode :
125+ test-unity-2019-2-1f1 -editmode :
126126 needs : [setup, build-unity-installer]
127127 uses : ./.github/workflows/test_unity_plugin.yml
128128 with :
129129 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
130- unityVersion : ' 2019.4.40f1 '
130+ unityVersion : ' 2019.2.1f1 '
131131 testMode : ' editmode'
132132 secrets : inherit
133133
134- test-unity-2020-3-40f1 -editmode :
134+ test-unity-2020-3-48f1 -editmode :
135135 needs : [setup, build-unity-installer]
136136 uses : ./.github/workflows/test_unity_plugin.yml
137137 with :
138138 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
139- unityVersion : ' 2020.3.40f1 '
139+ unityVersion : ' 2020.3.48f1 '
140140 testMode : ' editmode'
141141 secrets : inherit
142142
@@ -149,59 +149,41 @@ jobs:
149149 testMode : ' editmode'
150150 secrets : inherit
151151
152- test-unity-2022-3-57f1 -editmode :
152+ test-unity-2022-3-62f1 -editmode :
153153 needs : [setup, build-unity-installer]
154154 uses : ./.github/workflows/test_unity_plugin.yml
155155 with :
156156 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
157- unityVersion : ' 2022.3.57f1 '
157+ unityVersion : ' 2022.3.62f1 '
158158 testMode : ' editmode'
159159 secrets : inherit
160160
161- test-unity-2023-1-20f1 -editmode :
161+ test-unity-6000-0-58f1 -editmode :
162162 needs : [setup, build-unity-installer]
163163 uses : ./.github/workflows/test_unity_plugin.yml
164164 with :
165165 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
166- unityVersion : ' 2023.1.20f1'
167- testMode : ' editmode'
168- secrets : inherit
169-
170- test-unity-2023-2-20f1-editmode :
171- needs : [setup, build-unity-installer]
172- uses : ./.github/workflows/test_unity_plugin.yml
173- with :
174- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
175- unityVersion : ' 2023.2.20f1'
176- testMode : ' editmode'
177- secrets : inherit
178-
179- test-unity-6000-0-37f1-editmode :
180- needs : [setup, build-unity-installer]
181- uses : ./.github/workflows/test_unity_plugin.yml
182- with :
183- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
184- unityVersion : ' 6000.0.37f1'
166+ unityVersion : ' 6000.0.58f1'
185167 testMode : ' editmode'
186168 secrets : inherit
187169
188170 # --- PLAY MODE ---
189171
190- test-unity-2019-4-40f1 -playmode :
172+ test-unity-2019-2-1f1 -playmode :
191173 needs : [setup, build-unity-installer]
192174 uses : ./.github/workflows/test_unity_plugin.yml
193175 with :
194176 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
195- unityVersion : ' 2019.4.40f1 '
177+ unityVersion : ' 2019.2.1f1 '
196178 testMode : ' playmode'
197179 secrets : inherit
198180
199- test-unity-2020-3-40f1 -playmode :
181+ test-unity-2020-3-48f1 -playmode :
200182 needs : [setup, build-unity-installer]
201183 uses : ./.github/workflows/test_unity_plugin.yml
202184 with :
203185 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
204- unityVersion : ' 2020.3.40f1 '
186+ unityVersion : ' 2020.3.48f1 '
205187 testMode : ' playmode'
206188 secrets : inherit
207189
@@ -214,59 +196,41 @@ jobs:
214196 testMode : ' playmode'
215197 secrets : inherit
216198
217- test-unity-2022-3-57f1-playmode :
218- needs : [setup, build-unity-installer]
219- uses : ./.github/workflows/test_unity_plugin.yml
220- with :
221- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
222- unityVersion : ' 2022.3.57f1'
223- testMode : ' playmode'
224- secrets : inherit
225-
226- test-unity-2023-1-20f1-playmode :
199+ test-unity-2022-3-62f1-playmode :
227200 needs : [setup, build-unity-installer]
228201 uses : ./.github/workflows/test_unity_plugin.yml
229202 with :
230203 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
231- unityVersion : ' 2023.1.20f1 '
204+ unityVersion : ' 2022.3.62f1 '
232205 testMode : ' playmode'
233206 secrets : inherit
234207
235- test-unity-2023-2-20f1 -playmode :
208+ test-unity-6000-0-58f1 -playmode :
236209 needs : [setup, build-unity-installer]
237210 uses : ./.github/workflows/test_unity_plugin.yml
238211 with :
239212 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
240- unityVersion : ' 2023.2.20f1'
241- testMode : ' playmode'
242- secrets : inherit
243-
244- test-unity-6000-0-37f1-playmode :
245- needs : [setup, build-unity-installer]
246- uses : ./.github/workflows/test_unity_plugin.yml
247- with :
248- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
249- unityVersion : ' 6000.0.37f1'
213+ unityVersion : ' 6000.0.58f1'
250214 testMode : ' playmode'
251215 secrets : inherit
252216
253217 # --- STANDALONE ---
254218
255- test-unity-2019-4-40f1 -standalone :
219+ test-unity-2019-2-1f1 -standalone :
256220 needs : [setup, build-unity-installer]
257221 uses : ./.github/workflows/test_unity_plugin.yml
258222 with :
259223 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
260- unityVersion : ' 2019.4.40f1 '
224+ unityVersion : ' 2019.2.1f1 '
261225 testMode : ' standalone'
262226 secrets : inherit
263227
264- test-unity-2020-3-40f1 -standalone :
228+ test-unity-2020-3-48f1 -standalone :
265229 needs : [setup, build-unity-installer]
266230 uses : ./.github/workflows/test_unity_plugin.yml
267231 with :
268232 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
269- unityVersion : ' 2020.3.40f1 '
233+ unityVersion : ' 2020.3.48f1 '
270234 testMode : ' standalone'
271235 secrets : inherit
272236
@@ -279,39 +243,21 @@ jobs:
279243 testMode : ' standalone'
280244 secrets : inherit
281245
282- test-unity-2022-3-57f1-standalone :
283- needs : [setup, build-unity-installer]
284- uses : ./.github/workflows/test_unity_plugin.yml
285- with :
286- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
287- unityVersion : ' 2022.3.57f1'
288- testMode : ' standalone'
289- secrets : inherit
290-
291- test-unity-2023-1-20f1-standalone :
292- needs : [setup, build-unity-installer]
293- uses : ./.github/workflows/test_unity_plugin.yml
294- with :
295- projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
296- unityVersion : ' 2023.1.20f1'
297- testMode : ' standalone'
298- secrets : inherit
299-
300- test-unity-2023-2-20f1-standalone :
246+ test-unity-2022-3-62f1-standalone :
301247 needs : [setup, build-unity-installer]
302248 uses : ./.github/workflows/test_unity_plugin.yml
303249 with :
304250 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
305- unityVersion : ' 2023.2.20f1 '
251+ unityVersion : ' 2022.3.62f1 '
306252 testMode : ' standalone'
307253 secrets : inherit
308254
309- test-unity-6000-0-37f1 -standalone :
255+ test-unity-6000-0-58f1 -standalone :
310256 needs : [setup, build-unity-installer]
311257 uses : ./.github/workflows/test_unity_plugin.yml
312258 with :
313259 projectPath : ${{ needs.setup.outputs.UnityProjectPath }}
314- unityVersion : ' 6000.0.37f1 '
260+ unityVersion : ' 6000.0.58f1 '
315261 testMode : ' standalone'
316262 secrets : inherit
317263
@@ -322,27 +268,21 @@ jobs:
322268 needs : [
323269 check-version-tag,
324270 build-unity-installer,
325- test-unity-2019-4-40f1 -editmode,
326- test-unity-2019-4-40f1 -playmode,
327- test-unity-2019-4-40f1 -standalone,
328- test-unity-2020-3-40f1 -editmode,
329- test-unity-2020-3-40f1 -playmode,
330- test-unity-2020-3-40f1 -standalone,
271+ test-unity-2019-2-1f1 -editmode,
272+ test-unity-2019-2-1f1 -playmode,
273+ test-unity-2019-2-1f1 -standalone,
274+ test-unity-2020-3-48f1 -editmode,
275+ test-unity-2020-3-48f1 -playmode,
276+ test-unity-2020-3-48f1 -standalone,
331277 test-unity-2021-3-45f1-editmode,
332278 test-unity-2021-3-45f1-playmode,
333279 test-unity-2021-3-45f1-standalone,
334- test-unity-2022-3-57f1-editmode,
335- test-unity-2022-3-57f1-playmode,
336- test-unity-2022-3-57f1-standalone,
337- test-unity-2023-1-20f1-editmode,
338- test-unity-2023-1-20f1-playmode,
339- test-unity-2023-1-20f1-standalone,
340- test-unity-2023-2-20f1-editmode,
341- test-unity-2023-2-20f1-playmode,
342- test-unity-2023-2-20f1-standalone,
343- test-unity-6000-0-37f1-editmode,
344- test-unity-6000-0-37f1-playmode,
345- test-unity-6000-0-37f1-standalone
280+ test-unity-2022-3-62f1-editmode,
281+ test-unity-2022-3-62f1-playmode,
282+ test-unity-2022-3-62f1-standalone,
283+ test-unity-6000-0-58f1-editmode,
284+ test-unity-6000-0-58f1-playmode,
285+ test-unity-6000-0-58f1-standalone
346286 ]
347287 if : needs.check-version-tag.outputs.tag_exists == 'false'
348288 outputs :
0 commit comments