77 - main
88
99env :
10- INSTALLER_UNITY_VERSION : 2022.3.61f1
10+ INSTALLER_UNITY_VERSION : 2022.3.62f3
1111
1212jobs :
1313 check-version-tag :
@@ -106,88 +106,88 @@ jobs:
106106
107107 # --- EDIT MODE ---
108108
109- test-unity-2022-3-61f1 -editmode :
109+ test-unity-2022-3-62f3 -editmode :
110110 needs : [build-unity-installer]
111111 uses : ./.github/workflows/test_unity_plugin.yml
112112 with :
113113 projectPath : " ./Unity-Package"
114- unityVersion : " 2022.3.61f1 "
114+ unityVersion : " 2022.3.62f3 "
115115 testMode : " editmode"
116116 secrets : inherit
117117
118- test-unity-2023-2-20f1 -editmode :
118+ test-unity-2023-2-22f1 -editmode :
119119 needs : [build-unity-installer]
120120 uses : ./.github/workflows/test_unity_plugin.yml
121121 with :
122122 projectPath : " ./Unity-Package"
123- unityVersion : " 2023.2.20f1 "
123+ unityVersion : " 2023.2.22f1 "
124124 testMode : " editmode"
125125 secrets : inherit
126126
127- test-unity-6000-2-3f1 -editmode :
127+ test-unity-6000-3-1f1 -editmode :
128128 needs : [build-unity-installer]
129129 uses : ./.github/workflows/test_unity_plugin.yml
130130 with :
131131 projectPath : " ./Unity-Package"
132- unityVersion : " 6000.2.3f1 "
132+ unityVersion : " 6000.3.1f1 "
133133 testMode : " editmode"
134134 secrets : inherit
135135
136136 # --- PLAY MODE ---
137137
138- test-unity-2022-3-61f1 -playmode :
138+ test-unity-2022-3-62f3 -playmode :
139139 needs : [build-unity-installer]
140140 uses : ./.github/workflows/test_unity_plugin.yml
141141 with :
142142 projectPath : " ./Unity-Package"
143- unityVersion : " 2022.3.61f1 "
143+ unityVersion : " 2022.3.62f3 "
144144 testMode : " playmode"
145145 secrets : inherit
146146
147- test-unity-2023-2-20f1 -playmode :
147+ test-unity-2023-2-22f1 -playmode :
148148 needs : [build-unity-installer]
149149 uses : ./.github/workflows/test_unity_plugin.yml
150150 with :
151151 projectPath : " ./Unity-Package"
152- unityVersion : " 2023.2.20f1 "
152+ unityVersion : " 2023.2.22f1 "
153153 testMode : " playmode"
154154 secrets : inherit
155155
156- test-unity-6000-2-3f1 -playmode :
156+ test-unity-6000-3-1f1 -playmode :
157157 needs : [build-unity-installer]
158158 uses : ./.github/workflows/test_unity_plugin.yml
159159 with :
160160 projectPath : " ./Unity-Package"
161- unityVersion : " 6000.2.3f1 "
161+ unityVersion : " 6000.3.1f1 "
162162 testMode : " playmode"
163163 secrets : inherit
164164
165165 # --- STANDALONE ---
166166
167- test-unity-2022-3-61f1 -standalone :
167+ test-unity-2022-3-62f3 -standalone :
168168 needs : [build-unity-installer]
169169 uses : ./.github/workflows/test_unity_plugin.yml
170170 with :
171171 projectPath : " ./Unity-Package"
172- unityVersion : " 2022.3.61f1 "
172+ unityVersion : " 2022.3.62f3 "
173173 testMode : " standalone"
174174 secrets : inherit
175175
176- test-unity-2023-2-20f1 -standalone :
176+ test-unity-2023-2-22f1 -standalone :
177177 needs : [build-unity-installer]
178178 uses : ./.github/workflows/test_unity_plugin.yml
179179 with :
180180 projectPath : " ./Unity-Package"
181- unityVersion : " 2023.2.20f1 "
181+ unityVersion : " 2023.2.22f1 "
182182 testMode : " standalone"
183183 secrets : inherit
184184
185- test-unity-6000-2-3f1 -standalone :
185+ test-unity-6000-3-1f1 -standalone :
186186 needs : [build-unity-installer]
187187 uses : ./.github/workflows/test_unity_plugin.yml
188188 with :
189189 projectPath : " ./Unity-Package"
190- unityVersion : " 6000.2.3f1 "
190+ unityVersion : " 6000.3.1f1 "
191191 testMode : " standalone"
192192 secrets : inherit
193193
@@ -199,15 +199,15 @@ jobs:
199199 [
200200 check-version-tag,
201201 build-unity-installer,
202- test-unity-2022-3-61f1 -editmode,
203- test-unity-2022-3-61f1 -playmode,
204- test-unity-2022-3-61f1 -standalone,
205- test-unity-2023-2-20f1 -editmode,
206- test-unity-2023-2-20f1 -playmode,
207- test-unity-2023-2-20f1 -standalone,
208- test-unity-6000-2-3f1 -editmode,
209- test-unity-6000-2-3f1 -playmode,
210- test-unity-6000-2-3f1 -standalone,
202+ test-unity-2022-3-62f3 -editmode,
203+ test-unity-2022-3-62f3 -playmode,
204+ test-unity-2022-3-62f3 -standalone,
205+ test-unity-2023-2-22f1 -editmode,
206+ test-unity-2023-2-22f1 -playmode,
207+ test-unity-2023-2-22f1 -standalone,
208+ test-unity-6000-3-1f1 -editmode,
209+ test-unity-6000-3-1f1 -playmode,
210+ test-unity-6000-3-1f1 -standalone,
211211 ]
212212 if : needs.check-version-tag.outputs.tag_exists == 'false'
213213 outputs :
0 commit comments