11
11
workflow_dispatch : # e.g. to manually trigger on foreign PRs
12
12
13
13
env :
14
- LOWEST_SUPPORTED_UNITY_VERSION : 2020
14
+ LOWEST_SUPPORTED_UNITY_VERSION : 2020.3
15
15
DOTNET_CLI_TELEMETRY_OPTOUT : 1
16
16
DOTNET_NOLOGO : 1
17
17
54
54
fail-fast : false
55
55
matrix :
56
56
# Building the SDK with Unity 2022 and newer requires ns2.1 - skipping for now
57
- unity-version : ["2020", "2021"]
57
+ unity-version : ["2020.3 ", "2021.3 "]
58
58
uses : ./.github/workflows/build.yml
59
59
with :
60
60
unity-version : ${{ matrix.unity-version }}
87
87
strategy :
88
88
fail-fast : false
89
89
matrix :
90
- unity-version : ["2020", "2022", "6000", "6100 "]
90
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
91
91
uses : ./.github/workflows/smoke-test-create.yml
92
92
with :
93
93
unity-version : ${{ matrix.unity-version }}
@@ -101,7 +101,7 @@ jobs:
101
101
strategy :
102
102
fail-fast : false
103
103
matrix :
104
- unity-version : ["2020", "2022", "6000", "6100 "]
104
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
105
105
platform : ["WebGL", "Linux"]
106
106
include :
107
107
- platform : WebGL
@@ -205,7 +205,7 @@ jobs:
205
205
strategy :
206
206
fail-fast : false
207
207
matrix :
208
- unity-version : ["2020", "2022", "6000", "6100 "]
208
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
209
209
uses : ./.github/workflows/smoke-test-build-android.yml
210
210
with :
211
211
unity-version : ${{ matrix.unity-version }}
@@ -224,7 +224,7 @@ jobs:
224
224
matrix :
225
225
api-level : [30, 31, 34] # last updated January 2025
226
226
init-type : ["runtime", "buildtime"]
227
- unity-version : ["2020", "2022", "6000", "6100 "]
227
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
228
228
229
229
smoke-test-build-ios :
230
230
name : Build iOS ${{ matrix.unity-version }} Smoke Test
@@ -234,7 +234,7 @@ jobs:
234
234
strategy :
235
235
fail-fast : false
236
236
matrix :
237
- unity-version : ["2020", "2022", "6000", "6100 "]
237
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
238
238
uses : ./.github/workflows/smoke-test-build-ios.yml
239
239
with :
240
240
unity-version : ${{ matrix.unity-version }}
@@ -247,7 +247,7 @@ jobs:
247
247
strategy :
248
248
fail-fast : false
249
249
matrix :
250
- unity-version : ["2020", "2022", "6000", "6100 "]
250
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
251
251
init-type : ["runtime", "buildtime"]
252
252
uses : ./.github/workflows/smoke-test-compile-ios.yml
253
253
with :
@@ -266,7 +266,7 @@ jobs:
266
266
strategy :
267
267
fail-fast : false
268
268
matrix :
269
- unity-version : ["2020", "2022", "6000", "6100 "]
269
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
270
270
# Check https://support.apple.com/en-us/HT201222 for the latest minor version for a given major one.
271
271
# https://developer.apple.com/support/app-store/ shows that of all iOS devices
272
272
# - `iOS 17`: 86 %
@@ -287,7 +287,7 @@ jobs:
287
287
strategy :
288
288
fail-fast : false
289
289
matrix :
290
- unity-version : ["2020", "2022", "6000", "6100 "]
290
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
291
291
platform : ["WebGL", "Linux"]
292
292
steps :
293
293
- name : Checkout
@@ -325,7 +325,7 @@ jobs:
325
325
strategy :
326
326
fail-fast : false
327
327
matrix :
328
- unity-version : ["2020", "2022", "6000", "6100 "]
328
+ unity-version : ["2020.3 ", "2022.3 ", "6000.0 ", "6000.1 "]
329
329
# os: ["windows", "macos"]
330
330
os : ["windows"]
331
331
include :
0 commit comments